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/search.cpp | |
| parent | d6924cc6ffb57b06a70403b4f91ace6e88324d26 (diff) | |
mem leak lib
Diffstat (limited to 'src/search.cpp')
| -rw-r--r-- | src/search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.cpp b/src/search.cpp index 9c08487..dfb96b2 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1,7 +1,7 @@ #include "search.h" #include "platform.h" #include "config.h" - +#include "mem.h" #include <stdio.h> ts_search_result *current_search_result = nullptr; |
