Bv2.1 8.3.1: MainSubtitles must be in all reels (if they are there at
[libdcp.git] / test / asset_test.cc
index e493fa8e7105e51611842b544c47d4418931a1c5..a6fa4b33c2ab82e4def497eff012cfd72cd85979 100644 (file)
     files in the program, then also delete it here.
 */
 
-#include <boost/test/unit_test.hpp>
+
 #include "asset.h"
+#include <boost/bind.hpp>
+#include <boost/test/unit_test.hpp>
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 class DummyAsset : public dcp::Asset
 {