C++11 tidying.
[dcpomatic.git] / src / lib / edid.cc
index 3df65d325ca6ce1ec7767c5f1162c07fdbfea2f5..a530b8e3825f8c10523bf8209b2d9253a23a81d9 100644 (file)
 
 #include "compose.hpp"
 #include "edid.h"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 #include <boost/algorithm/string.hpp>
 #include <iostream>