summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-16 09:11:42 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-16 09:11:42 +0100
commitc71fb6f9d7b40133300bc99335ec2c6b97e2dfdc (patch)
tree7456b9d571d7855d81b506181ec573e4044af589
parent5bbc2575addf16a8b8b11102854a4a93bfa82720 (diff)
Missing #include.native-backend
-rw-r--r--src/cxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 328d726..7d20d24 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -23,6 +23,7 @@
#include <string>
#include <sstream>
#include <list>
+#include <map>
#include <stdint.h>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>