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 4ba32c3 commit aeb62c2Copy full SHA for aeb62c2
include/mimalloc-types.h
@@ -10,7 +10,7 @@ terms of the MIT license. A copy of the license can be found in the file
10
11
#include <stddef.h> // ptrdiff_t
12
#include <stdint.h> // uintptr_t, uint16_t, etc
13
-#include <mimalloc-atomic.h> // _Atomic
+#include "mimalloc-atomic.h" // _Atomic
14
15
#ifdef _MSC_VER
16
#pragma warning(disable:4214) // bitfield is not int
0 commit comments