Merge branch '1.0' of /home/carl/git/dvdomatic into 1.0
[dcpomatic.git] / test / audio_delay_test.cc
index 73977bf3ac5bedae600b9b86ac66156ee9ae02a5..77243ea6d0e46d04b56dbeb34c33b5120977efc5 100644 (file)
 
 */
 
+#include <boost/test/unit_test.hpp>
 #include <libdcp/sound_frame.h>
 #include <libdcp/cpl.h>
 #include <libdcp/reel.h>
 #include <libdcp/sound_asset.h>
-#include "sndfile_content.h"
-
+#include "lib/sndfile_content.h"
+#include "lib/dcp_content_type.h"
+#include "lib/ratio.h"
+#include "lib/film.h"
+#include "test.h"
+
+using std::string;
+using std::cout;
 using boost::lexical_cast;
+using boost::shared_ptr;
 
 static
 void test_audio_delay (int delay_in_ms)