Corrected boost bind deprecation warning

This commit is contained in:
Jeppe Frandsen 2021-10-16 12:34:41 +02:00
parent b86100a667
commit 67a5bd8b62
5 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
#include <boost/lambda/bind.hpp>
#include <boost/lambda/lambda.hpp>
#endif
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <vector>
#include <deque>
#include <list>