diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-20 01:22:04 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-21 00:49:12 +0200 |
commit | c147cb2a949d2a5c75804613c45e46c1a2ec8ab1 (patch) | |
tree | b455973c23b4475244fcc5d8b54077a71a1c5126 /main/main.cpp | |
parent | 10ec28c5de9442fe93635ae76ca397d138f9e93c (diff) |
Temporary allocator
Diffstat (limited to 'main/main.cpp')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index 4d1834d..7a46861 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1,6 +1,7 @@ #include <deimos/core/api_registry.h>
#include <deimos/core/log.h>
#include <deimos/core/os.h>
+#include <deimos/core/temp_allocator.h>
using namespace deimos;
|