Skip to content

Commit

Permalink
fix compile error caused by mimalloc file path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldJohnKing committed Mar 30, 2023
1 parent d987c01 commit d6d4073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cma/cma_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "cma_utils.h"

#include "mimalloc.h"
#include "mimalloc-types.h"
#include "mimalloc/types.h"

#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
Expand Down

0 comments on commit d6d4073

Please sign in to comment.