summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-04-25 18:47:22 +0200
committerGitHub <noreply@github.com>2023-04-25 18:47:22 +0200
commit1fe3f0d66aae22e145b987aa6e035c7bbd91f073 (patch)
tree3b8f7a58d5fc82f2db26032adb1c1439db8d607e /src/system.hh.in
parentd81e9245c60350abc1af47b466a38dc5296417d9 (diff)
parentd72fe41c059192a059e8761569992f3dc23322ae (diff)
downloadledger-1fe3f0d66aae22e145b987aa6e035c7bbd91f073.tar.gz
ledger-1fe3f0d66aae22e145b987aa6e035c7bbd91f073.tar.bz2
ledger-1fe3f0d66aae22e145b987aa6e035c7bbd91f073.zip
Merge pull request #2249 from afh/boost-pragma-warnings
boost: Fix compilation warnings
Diffstat (limited to 'src/system.hh.in')
-rw-r--r--src/system.hh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in
index 95dedbc2..10086d23 100644
--- a/src/system.hh.in
+++ b/src/system.hh.in
@@ -131,7 +131,7 @@
#include <boost/algorithm/string.hpp>
#include <boost/any.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <boost/cast.hpp>
#include <boost/current_function.hpp>