We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620b678 commit 35f53bdCopy full SHA for 35f53bd
randomstate/interface/pcg-64/pcg-64-shim.h
@@ -1,5 +1,7 @@
1
#ifdef _WIN32
2
-#include "../../src/common/inttypes.h"
+#ifndef _INTTYPES
3
+#include "../common/inttypes.h"
4
+#endif
5
#define inline __forceinline
6
#else
7
#include <inttypes.h>
randomstate/src/pcg/pcg32.h
#include "../common/inttypes.h"
randomstate/src/pcg64-compat/pcg64.h
@@ -26,7 +26,9 @@
26
#define PCG64_H_INCLUDED 1
27
28
29
30
31
32
33
34
0 commit comments