diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-21 23:04:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-21 23:04:32 +0200 |
| commit | 3c8e87575da3795aa31ed9653da72abb8ed88996 (patch) | |
| tree | 584a6c386fb1969808ecc3c14fbaedc6a3fadd81 /test | |
| parent | 791e68abfcde03982105896505c91863b7795c5e (diff) | |
Remove unused references to boost::signals2.
Diffstat (limited to 'test')
| -rw-r--r-- | test/dcp_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 5456092c..f18cfde7 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -53,6 +53,7 @@ #include "test.h" #include <asdcp/KM_util.h> #include <sndfile.h> +#include <boost/bind.hpp> #include <boost/test/unit_test.hpp> |
