]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parse_context.h
Fixed include of stdint.h (parser.cpp needs the header as well).
[ginac.git] / ginac / parser / parse_context.h
index 47b150c3638d3e8d7bbfc09b49b4e614bc971a9f..37e08aa0d0030163ee9d61dc77f7aac00454ae90 100644 (file)
 #include <map>
 #include <string>
 #include <utility>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_STDINT_H
+#include <stdint.h> // for uintptr_t
+#endif
 
 namespace GiNaC {