]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/support/utree_debug.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / spirit / test / support / utree_debug.cpp
index ebf44c4aafd8d9ed985784daa87c1adb4c2f2c2e..ffd798851b2b680b832cd028d82dd8fa93a3ad3d 100644 (file)
@@ -3,13 +3,13 @@
 // Distributed under the Boost Software 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>
-
 #define BOOST_SPIRIT_DEBUG 1
 
 #include <boost/spirit/include/qi.hpp>
 #include <boost/spirit/include/support_utree.hpp>
 
+#include <boost/core/lightweight_test.hpp>
+
 #include <string>
 
 namespace qi = boost::spirit::qi;