Merge pull request #3 from lukegb/fix-includes
authorCarl Hetherington <cth@carlh.net>
Sun, 16 Jan 2022 19:20:12 +0000 (20:20 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Jan 2022 19:20:12 +0000 (20:20 +0100)
Fix includes for cxml.h

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>