summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 16:47:53 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 16:47:53 +0100
commitbeac03175fbad7c850a20ee0c7c362e835d8b7b3 (patch)
treefb768d17236fd89b9848b107a4599158f4d6272b /src
parentcd608545a795e2e939e2c7c485b0aeae9b6576a3 (diff)
Missing include.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 7d6e1e0..533ce0e 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -7,6 +7,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
#include <boost/lexical_cast.hpp>
+#include <boost/filesystem.hpp>
#include <boost/algorithm/string/erase.hpp>
#include <glibmm.h>