]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/classic/test/file_iterator_tests.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / spirit / classic / test / file_iterator_tests.cpp
index ec5d3678620a16d74d93d76cadf4f9ca931acc1a..5a0da5f97fb47f0c287416a7ae1545e360b10ce4 100644 (file)
@@ -6,12 +6,13 @@
     License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
     http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
-#include <boost/detail/lightweight_test.hpp>
 #include <cstdio>
 #include <iostream>
 #include <boost/concept_check.hpp>
 #include <boost/spirit/include/classic_file_iterator.hpp>
 
+#include <boost/core/lightweight_test.hpp>
+
 // This checks for a namespace related problem in VC8
 // The problem can be avoided by not using "using namespace std;" in the
 // Spirit headers