Skip to content

Commit

Permalink
[dependencies] Don't include deprecated boost/bind.hpp header
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed Aug 27, 2022
1 parent 1532154 commit f85b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dependencies/flann/src/cpp/flann/mpi/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include <cstdlib>
#include <iostream>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/asio.hpp>
#include <boost/thread/thread.hpp>
Expand Down

0 comments on commit f85b946

Please sign in to comment.