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 /tools | |
| parent | 791e68abfcde03982105896505c91863b7795c5e (diff) | |
Remove unused references to boost::signals2.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpdiff.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index 7c7c4b71..4f1d84e8 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -39,6 +39,7 @@ #include "filesystem.h" #include "mxf.h" #include <getopt.h> +#include <boost/bind.hpp> #include <boost/optional.hpp> #include <memory> #include <boost/filesystem.hpp> |
