X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fparser%2Fparse_context.h;h=37e08aa0d0030163ee9d61dc77f7aac00454ae90;hp=47b150c3638d3e8d7bbfc09b49b4e614bc971a9f;hb=dd19b7316b6eba5c49b6a4fb3503c504ec6c866a;hpb=7f4a4ce46d799ba888b118dfdc8945c92a6c6d6f diff --git a/ginac/parser/parse_context.h b/ginac/parser/parse_context.h index 47b150c3..37e08aa0 100644 --- a/ginac/parser/parse_context.h +++ b/ginac/parser/parse_context.h @@ -30,6 +30,12 @@ #include #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef HAVE_STDINT_H +#include // for uintptr_t +#endif namespace GiNaC {