libdcp API fixes for macOS/Windows.
[dcpomatic.git] / src / lib / atmos_content.cc
index 2e59b92b7f288d1653189efd9399a2d7803730b1..e69474e01807756763c7f24fa4890a7a97358e56 100644 (file)
 
 
 #include "atmos_content.h"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 
 int const AtmosContentProperty::EDIT_RATE = 700;