mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Avoid Boost.Bind deprecation warning
This commit is contained in:
parent
c2617ba360
commit
91b738da27
2 changed files with 12 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include <boost/lambda/bind.hpp>
|
||||
#include <boost/lambda/lambda.hpp>
|
||||
#endif
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue