]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/classic/test/match_tests.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / spirit / classic / test / match_tests.cpp
index bc919bbe4609eaf455a62197f691af178cee8a92..5dee562a0df4031350c305c45a7b7c665af561fb 100644 (file)
@@ -7,12 +7,14 @@
     http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 #include <iostream>
-#include <boost/detail/lightweight_test.hpp>
 #include <string>
 
 using namespace std;
 
 #include <boost/spirit/include/classic_core.hpp>
+
+#include <boost/core/lightweight_test.hpp>
+
 using namespace BOOST_SPIRIT_CLASSIC_NS;
 
 ///////////////////////////////////////////////////////////////////////////////