summaryrefslogtreecommitdiff
path: root/src/reel_sound_asset.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_sound_asset.cc')
-rw-r--r--src/reel_sound_asset.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc
index e944467f..76495c78 100644
--- a/src/reel_sound_asset.cc
+++ b/src/reel_sound_asset.cc
@@ -37,10 +37,13 @@
*/
-#include "reel_sound_asset.h"
#include "dcp_assert.h"
+#include "reel_sound_asset.h"
+#include "warnings.h"
#include <libcxml/cxml.h>
+LIBDCP_DISABLE_WARNINGS
#include <libxml++/libxml++.h>
+LIBDCP_ENABLE_WARNINGS
using std::string;