diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index b7f7987ef..14fa3c36a 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -27,13 +27,16 @@ #include "types.h" #include "signaller.h" #include "dcpomatic_time.h" -#include <libxml++/libxml++.h> #include <libcxml/cxml.h> #include <boost/filesystem.hpp> #include <boost/signals2.hpp> #include <boost/thread/mutex.hpp> #include <boost/enable_shared_from_this.hpp> +namespace xmlpp { + class Node; +} + namespace cxml { class Node; } |
