summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-13 09:22:43 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-13 09:22:43 +0000
commite014e349567fa8ac22b7f803d4534c9a4b00264a (patch)
tree357db9d98a5a721b6370fd7e9e09d9e97ac71d8d /src
parentfd32a693022aa4a68da49c17fe40581b9ea5de81 (diff)
Try to fix Windows build.
Diffstat (limited to 'src')
-rw-r--r--src/content.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content.cc b/src/content.cc
index e2a7b1f4..50db005a 100644
--- a/src/content.cc
+++ b/src/content.cc
@@ -20,7 +20,6 @@
#include "content.h"
#include "util.h"
#include "metadata.h"
-#include "types.h"
#include "AS_DCP.h"
#include "KM_util.h"
#include <libxml++/nodes/element.h>
@@ -28,6 +27,9 @@
#include <boost/function.hpp>
#include <iostream>
+/* We need this here for the #undef ERROR for Windows */
+#include "types.h"
+
using namespace std;
using namespace boost;
using namespace dcp;