Avoid Boost.Bind deprecation warning

This commit is contained in:
Alexander Grund 2020-07-12 18:01:12 +02:00
parent c2617ba360
commit 91b738da27
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
2 changed files with 12 additions and 5 deletions

View file

@ -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>