summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-29 11:08:14 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-30 14:35:41 +0100
commit23a542bd526038934e05a237d5434b9cd5beb855 (patch)
tree81eb845fa5cb288c4163977c817c3643ccbfaab1 /test
parentae974e61591442a54738d8690bbfcf956ed2a063 (diff)
Fix old bind.hpp include.
Diffstat (limited to 'test')
-rw-r--r--test/dcp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc
index b59386f3..92569430 100644
--- a/test/dcp_test.cc
+++ b/test/dcp_test.cc
@@ -53,7 +53,7 @@
#include "test.h"
#include <asdcp/KM_util.h>
#include <sndfile.h>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <boost/test/unit_test.hpp>