summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/signer.h5
-rw-r--r--src/xml/kdm_smpte.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/src/signer.h b/src/signer.h
index 5ae7cf51..efb8099b 100644
--- a/src/signer.h
+++ b/src/signer.h
@@ -20,6 +20,11 @@
#include <boost/filesystem.hpp>
#include "certificates.h"
+namespace xmlpp {
+ class Element;
+ class Node;
+}
+
namespace libdcp {
class Signer
diff --git a/src/xml/kdm_smpte.h b/src/xml/kdm_smpte.h
index e8e65e98..0139876f 100644
--- a/src/xml/kdm_smpte.h
+++ b/src/xml/kdm_smpte.h
@@ -37,6 +37,9 @@
#include <boost/optional.hpp>
#include <boost/filesystem.hpp>
#include <libxml/parser.h>
+#include <libxml++/libxml++.h>
+#include <libcxml/cxml.h>
+#include "../exceptions.h"
namespace libdcp {
namespace xml {