Fix build warnings from deprecated Boost headers (they are used internally by Boost). Thanks @wwmayer for the hint.
This commit is contained in:
committed by
wwmayer
parent
4ea97faa5b
commit
2559f2d29c
@@ -35,7 +35,7 @@
|
||||
//#include <boost/progress.hpp>
|
||||
//#include <boost/timer.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/python.hpp>
|
||||
#include <boost_python.hpp>
|
||||
#include <boost/python/module.hpp>
|
||||
#include <boost/python/class.hpp>
|
||||
#include <boost/python/wrapper.hpp>
|
||||
|
||||
Reference in New Issue
Block a user