diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-16 09:11:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-16 09:11:42 +0100 |
| commit | c71fb6f9d7b40133300bc99335ec2c6b97e2dfdc (patch) | |
| tree | 7456b9d571d7855d81b506181ec573e4044af589 | |
| parent | 5bbc2575addf16a8b8b11102854a4a93bfa82720 (diff) | |
Missing #include.native-backend
| -rw-r--r-- | src/cxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include <string> #include <sstream> #include <list> +#include <map> #include <stdint.h> #include <boost/shared_ptr.hpp> #include <boost/optional.hpp> |
