From: cascade Date: Mon, 17 Nov 2003 21:43:22 +0000 (+0000) Subject: Connect to BugMaster for details X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=c870b4c529350ec86199c5b96eaa248c53cc2233;p=occt-wok.git Connect to BugMaster for details --- diff --git a/src/CPPJini/CPPJini.cxx b/src/CPPJini/CPPJini.cxx index 55fbeba..6f098b7 100755 --- a/src/CPPJini/CPPJini.cxx +++ b/src/CPPJini/CPPJini.cxx @@ -19,7 +19,19 @@ #include -#include +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_LIMITS +# include +#elif defined (HAVE_LIMITS_H) +# include +#endif + +#ifdef WNT +# include +#endif #define CPPJINI_BOOLEAN 1 #define CPPJINI_CHARACTER 2