Try to fix some warnings when libdcp include asdcplib.
[dcpomatic.git] / src / lib / compose.hpp
index 479493f1461e5e7b0b9ab012eed013bfb96acc35..32981abccd8d0fe1aa8b6fa7034b2de807dd93e6 100644 (file)
 #ifndef DCPOMATIC_STRING_COMPOSE_H
 #define DCPOMATIC_STRING_COMPOSE_H
 
+#include "warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <dcp/locale_convert.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 #include <string>
 #include <list>