diff options
Diffstat (limited to 'src/system.hh')
-rw-r--r-- | src/system.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/system.hh b/src/system.hh index b44678d6..1096271b 100644 --- a/src/system.hh +++ b/src/system.hh @@ -121,6 +121,10 @@ typedef std::ostream::pos_type ostream_pos_type; #endif #include <gmp.h> +#ifdef HAVE_GDTOA +#include "gdtoa.h" +#endif +#include "SHA1.h" #include "irrXML.h" // XML parser #include "CXMLReaderImpl.h" |