summaryrefslogtreecommitdiff
path: root/src/irrlichttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irrlichttypes.h')
-rw-r--r--src/irrlichttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irrlichttypes.h b/src/irrlichttypes.h
index dedebd45b..33bfa9ee9 100644
--- a/src/irrlichttypes.h
+++ b/src/irrlichttypes.h
@@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
* regardless of the compiler.
*/
#ifndef _MSC_VER
-# include <stdint.h>
+# include <cstdint>
#endif
#include <irrTypes.h>