summaryrefslogtreecommitdiff
path: root/src/windows/main_windows.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-14 21:32:33 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-14 21:32:33 +0100
commit313e98335e47e2321a8e59e757b991d3e300c3ef (patch)
tree34a6820297a74f55cabc05768da77d2f3e40cb61 /src/windows/main_windows.cpp
parentd6924cc6ffb57b06a70403b4f91ace6e88324d26 (diff)
mem leak lib
Diffstat (limited to 'src/windows/main_windows.cpp')
-rw-r--r--src/windows/main_windows.cpp1
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"