Corrected boost bind deprecation warning

This commit is contained in:
Jeppe Frandsen 2021-10-16 15:30:58 +02:00
parent b86100a667
commit b9b5782ee5

View file

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