mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
flip the order of includes for ease of use
This commit is contained in:
parent
0a2520490b
commit
1b2b7404f7
2 changed files with 2 additions and 1 deletions
|
@ -73,6 +73,8 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include <stdbool.h> // bool
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <mimalloc-stl-allocator.h>
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue