diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/content.cc | 4 |
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; |
