Split test compile up into individual files.
[dcpomatic.git] / test / frame_rate_test.cc
index 89a74e0864056228751c502e8333f00946704a08..2ea7e60a5063fc4ccbcdf127fa95236e262a0996 100644 (file)
 
 */
 
+#include <boost/test/unit_test.hpp>
+#include "lib/film.h"
+#include "lib/config.h"
+#include "test.h"
+
+using boost::shared_ptr;
+
 /* Test Playlist::best_dcp_frame_rate and FrameRateConversion
    with a single piece of content.
 */