summaryrefslogtreecommitdiff
path: root/src/types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.cc')
-rw-r--r--src/types.cc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/types.cc b/src/types.cc
index 743e7260..12be1b8a 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -37,12 +37,15 @@
*/
-#include "raw_convert.h"
-#include "types.h"
-#include "exceptions.h"
#include "compose.hpp"
#include "dcp_assert.h"
+#include "exceptions.h"
+#include "raw_convert.h"
+#include "types.h"
+#include "warnings.h"
+LIBDCP_DISABLE_WARNINGS
#include <libxml++/libxml++.h>
+LIBDCP_ENABLE_WARNINGS
#include <boost/algorithm/string.hpp>
#include <string>
#include <vector>