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 375d8e7 commit 8275fc3Copy full SHA for 8275fc3
code/logic/fossil/pizza/common.h
@@ -27,13 +27,13 @@
27
#ifdef __cplusplus
28
// C++17 headers
29
#include <cstring>
30
-#include <unistd.h> // POSIX
31
#include <cfloat>
32
#include <cstdio>
33
#include <cctype>
34
#include <ctime>
35
#include <cmath>
36
-#else
+#endif
+
37
// C headers
38
#include <inttypes.h>
39
#include <stdbool.h>
@@ -48,7 +48,7 @@
48
#include <ctype.h>
49
#include <time.h>
50
#include <math.h>
51
-#endif
52
53
#ifdef _WIN32
54
#include <windows.h>
0 commit comments