diff --git a/include/Support/DataTypes.h b/include/Support/DataTypes.h index 39939d6d0ae..4904bb31daa 100644 --- a/include/Support/DataTypes.h +++ b/include/Support/DataTypes.h @@ -30,6 +30,10 @@ // happening when system headers or C++ STL headers include stdint.h before // we define it here, we define it on the g++ command line (in Makefile.rules). +#ifdef HAVE_STDINT_H +#include +#endif + #ifdef HAVE_INTTYPES_H #include #endif