diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-29 11:08:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-30 14:35:41 +0100 |
| commit | 23a542bd526038934e05a237d5434b9cd5beb855 (patch) | |
| tree | 81eb845fa5cb288c4163977c817c3643ccbfaab1 | |
| parent | ae974e61591442a54738d8690bbfcf956ed2a063 (diff) | |
Fix old bind.hpp include.
| -rw-r--r-- | test/dcp_test.cc | 2 |
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> |
