]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/tutorial/helloworld3.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / thread / tutorial / helloworld3.cpp
index cd43987f580e281383c57e8416785217251c43c2..239ed8fe237dec488241117d7e99f122671fd583 100644 (file)
@@ -5,7 +5,7 @@
 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/thread/thread.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <iostream>
 
 void helloworld(const char* who)