aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/paths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils/paths.cpp')
-rw-r--r--host/lib/utils/paths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/utils/paths.cpp b/host/lib/utils/paths.cpp
index 7fd64e6f5..c99de2c89 100644
--- a/host/lib/utils/paths.cpp
+++ b/host/lib/utils/paths.cpp
@@ -11,7 +11,7 @@
#include <uhdlib/utils/paths.hpp>
#include <boost/algorithm/string.hpp>
-#include <boost/bind.hpp>
+#include <functional>
#include <boost/filesystem.hpp>
#include <boost/format.hpp>
#include <regex>