summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 8338e7cc..fe662dd4 100644
--- a/src/util.h
+++ b/src/util.h
@@ -43,7 +43,7 @@
#include "array_data.h"
#include "local_time.h"
-#include "types.h"
+#include "warnings.h"
LIBDCP_DISABLE_WARNINGS
#include <asdcp/KM_log.h>
LIBDCP_ENABLE_WARNINGS
@@ -58,6 +58,11 @@ LIBDCP_ENABLE_WARNINGS
#define LIBDCP_UNUSED(x) (void)(x)
+namespace ASDCP {
+ class Dictionary;
+}
+
+
namespace xmlpp {
class Element;
class Node;