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 cc3940d commit 0871c5cCopy full SHA for 0871c5c
MappedFile.cpp
@@ -7,11 +7,11 @@
7
# include <windows.h>
8
# define FN_CA(x) x.c_str()
9
#else
10
-#ifndef __USE_LARGEFILE64
11
-#define __USE_LARGEFILE64
12
-#define _LARGEFILE_SOURCE
13
-#define _LARGEFILE64_SOURCE
14
-#endif
+# ifndef __USE_LARGEFILE64
+# define __USE_LARGEFILE64
+# define _LARGEFILE_SOURCE
+# define _LARGEFILE64_SOURCE
+# endif
15
# include <sys/mman.h>
16
# include <fcntl.h>
17
# include <unistd.h>
MappedFile.h
@@ -14,6 +14,7 @@
#define MAPPEDFILE_H
#include <string>
+#include <cstdint>
18
19
class MappedFile
20
{
0 commit comments