gap and C++ :(

This commit is contained in:
Vítor Santos Costa 2015-11-09 11:30:04 +00:00
parent 03c79a89ef
commit 9f3e3baf2b
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ extern "C" {
#endif
#if USE_GMP
#if USE_GMP && !defined(__cplusplus)
#include <gmp.h>
#endif
@ -798,7 +798,7 @@ PL_EXPORT(int) PL_unr1egister_blob_type(PL_blob_t *type);
PL_EXPORT(int) PL_raise(int sig);
#endif
#if USE_GMP
#if USE_GMP && !defined(__cplusplus)
#include <gmp.h>