diff --git a/CXX/yapi.hh b/CXX/yapi.hh index 2c5c65468..0d1eca326 100644 --- a/CXX/yapi.hh +++ b/CXX/yapi.hh @@ -24,6 +24,10 @@ #endif #include +#if USE_GMP +#include +#endif + extern "C" { #include @@ -31,9 +35,6 @@ extern "C" { #define old_cplusplus __cplusplus #undef __cplusplus #endif -#if USE_GMP -#include -#endif #ifdef old_cplusplus #define __cplusplus old_cplusplus #undef old_cplusplus