diff options
| -rw-r--r-- | src/cpl.cc | 1 | ||||
| -rw-r--r-- | src/cpl.h | 1 | ||||
| -rw-r--r-- | src/reel.h | 5 | ||||
| -rw-r--r-- | test/cpl_sar_test.cc | 1 |
4 files changed, 6 insertions, 2 deletions
@@ -30,6 +30,7 @@ #include "dcp_assert.h" #include "compose.hpp" #include <libxml/parser.h> +#include <libxml++/libxml++.h> #include <boost/foreach.hpp> using std::string; @@ -29,7 +29,6 @@ #include "key.h" #include "asset.h" #include "metadata.h" -#include <libxml++/libxml++.h> #include <boost/shared_ptr.hpp> #include <boost/function.hpp> #include <boost/optional.hpp> @@ -23,7 +23,6 @@ #include "key.h" #include "types.h" #include "ref.h" -#include <libxml++/libxml++.h> #include <boost/shared_ptr.hpp> #include <boost/function.hpp> #include <list> @@ -32,6 +31,10 @@ namespace cxml { class Node; } +namespace xmlpp { + class Element; +} + namespace dcp { class DecryptedKDM; diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc index 92e38a00..3f5b07d1 100644 --- a/test/cpl_sar_test.cc +++ b/test/cpl_sar_test.cc @@ -21,6 +21,7 @@ #include "reel_mono_picture_asset.h" #include "mono_picture_asset.h" #include <libcxml/cxml.h> +#include <libxml++/libxml++.h> #include <boost/test/unit_test.hpp> using boost::shared_ptr; |
