mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Corrected boost bind deprecation warning
This commit is contained in:
parent
b86100a667
commit
b9b5782ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/move/move.hpp>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <boost/ref.hpp>
|
||||
|
||||
namespace mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue