summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-03 13:28:12 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-03 13:28:12 +0000
commit005dac1a29f748bfe81ff87b15bcf085a4f510a3 (patch)
tree88454f2df16b827cc4602a7269af86f6e91347e7 /src/cpl.cc
parente33e3b8ade11309ce508ea79f2061b074c33d69c (diff)
A little #include tidying.
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 0677ec36..c408fe97 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -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;