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 3c878f9 commit 0aacdc7Copy full SHA for 0aacdc7
include/mimalloc/prim.h
@@ -7,7 +7,7 @@ terms of the MIT license. A copy of the license can be found in the file
7
#pragma once
8
#ifndef MIMALLOC_PRIM_H
9
#define MIMALLOC_PRIM_H
10
-
+#include "internal.h" // mi_decl_hidden
11
12
// --------------------------------------------------------------------------
13
// This file specifies the primitive portability API.
include/mimalloc/types.h
@@ -24,6 +24,7 @@ terms of the MIT license. A copy of the license can be found in the file
24
#include <mimalloc-stats.h>
25
#include <stddef.h> // ptrdiff_t
26
#include <stdint.h> // uintptr_t, uint16_t, etc
27
+#include <stdbool.h> // bool
28
#include "atomic.h" // _Atomic
29
30
#ifdef _MSC_VER
0 commit comments