diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-10 19:27:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-11 00:32:22 +0100 |
| commit | bd7f4bbde17d2087ba4c4bddf6439b3df869b1db (patch) | |
| tree | e0efb8cd5c09f1cd8b9f232a78ffcbc05bce6e9c /test | |
| parent | 3edab5ad8843b0a96ffd151bf74bc32c053f3f28 (diff) | |
Fix lots of macOS warnings by using a different boost/bind include.
Diffstat (limited to 'test')
| -rw-r--r-- | test/audio_merger_test.cc | 2 | ||||
| -rw-r--r-- | test/util_test.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/audio_merger_test.cc b/test/audio_merger_test.cc index 3a274ff1a..db8b33a9b 100644 --- a/test/audio_merger_test.cc +++ b/test/audio_merger_test.cc @@ -30,7 +30,7 @@ #include "test.h" #include <dcp/raw_convert.h> #include <boost/test/unit_test.hpp> -#include <boost/bind.hpp> +#include <boost/bind/bind.hpp> #include <boost/function.hpp> #include <boost/signals2.hpp> #include <iostream> diff --git a/test/util_test.cc b/test/util_test.cc index df494b0f4..9f03b6a47 100644 --- a/test/util_test.cc +++ b/test/util_test.cc @@ -29,7 +29,7 @@ #include "test.h" #include <dcp/certificate_chain.h> #include <boost/test/unit_test.hpp> -#include <boost/bind.hpp> +#include <boost/bind/bind.hpp> using std::string; using std::vector; |
