Fix includes for cxml.h.
[libcxml.git] / src / cxml.h
index d2cb5b6518ce347f0709e9731bc1e0a7c3f9582f..837c9dbab68a9022d7342c2bc2724668312b134a 100644 (file)
@@ -24,7 +24,8 @@
 #include <boost/optional.hpp>
 #include <boost/filesystem.hpp>
 #include <boost/algorithm/string/erase.hpp>
-#include <stdint.h>
+#include <exception>
+#include <memory>
 #include <string>
 #include <vector>