diff options
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |
