diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 21:32:33 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 21:32:33 +0100 |
| commit | 313e98335e47e2321a8e59e757b991d3e300c3ef (patch) | |
| tree | 34a6820297a74f55cabc05768da77d2f3e40cb61 /src/windows | |
| parent | d6924cc6ffb57b06a70403b4f91ace6e88324d26 (diff) | |
mem leak lib
Diffstat (limited to 'src/windows')
| -rw-r--r-- | src/windows/main_windows.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/main_windows.cpp b/src/windows/main_windows.cpp index 45082ca..2426159 100644 --- a/src/windows/main_windows.cpp +++ b/src/windows/main_windows.cpp @@ -8,6 +8,7 @@ #include "platform.h" #include "mutex.h" #include "array.h" +#include "mem.h" #include "memory_bucket.h" #include "image.h" #include "config.h" |
