summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-25 15:38:50 +0200
committerCarl Hetherington <cth@carlh.net>2023-07-25 15:38:50 +0200
commitd4270052ecfd3f75314fc8ea0e22c20384ff8b3c (patch)
treecf405480ef7b3cea19d4672b7547583688ee509b /src/util.h
parentd21b1e6f9cbf10148b38e1bc3ca3d4920e39a432 (diff)
Include trimming.
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;