Skip to content
Snippets Groups Projects
Commit 88bea227 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix #3340

parent 2f160ce6
No related branches found
No related tags found
No related merge requests found
Pipeline #13100 passed
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
#error "Use this header only with Microsoft Visual C++ compilers!" #error "Use this header only with Microsoft Visual C++ compilers!"
#endif // _MSC_VER ] #endif // _MSC_VER ]
#if _MSC_VER >= 1600 // cf. #3340
#include <stdint.h>
#define _MSC_STDINT_H_
#endif
#ifndef _MSC_STDINT_H_ // [ #ifndef _MSC_STDINT_H_ // [
#define _MSC_STDINT_H_ #define _MSC_STDINT_H_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment