]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/quickbook/src/code_snippet.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / quickbook / src / code_snippet.cpp
index f04882c81860002cd3268e9a3794b9dbde9a9c6d..e2fd13738d841f9c1713714822a3b416098d3a0f 100644 (file)
@@ -7,7 +7,7 @@
     http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/shared_ptr.hpp>
 #include <boost/spirit/include/classic_actor.hpp>
 #include <boost/spirit/include/classic_confix.hpp>
@@ -20,6 +20,8 @@
 #include "template_stack.hpp"
 #include "values.hpp"
 
+using namespace boost::placeholders;
+
 namespace quickbook
 {
     namespace cl = boost::spirit::classic;