diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:11:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:11:20 +0100 |
| commit | 1d347f4ed0f7840236a91477075f4dc7af16f23d (patch) | |
| tree | b16589bef7285ada4c51473686a21f9934057ee8 /test/audio_delay_test.cc | |
| parent | 7287abe9609c2648e37b965efb1e1fa2bb0ce17a (diff) | |
Try again to fix ui signalling during tests.
Diffstat (limited to 'test/audio_delay_test.cc')
| -rw-r--r-- | test/audio_delay_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index 929a941d6..77243ea6d 100644 --- a/test/audio_delay_test.cc +++ b/test/audio_delay_test.cc @@ -29,6 +29,7 @@ #include "test.h" using std::string; +using std::cout; using boost::lexical_cast; using boost::shared_ptr; |
