summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-08-08 20:26:25 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-08-08 20:26:25 -0400
commit9383af84ee02b755750bae9ce09f0de3d0d1f7c9 (patch)
treed650cd857ced2875c9feae1c951e21292b7df80a /src/window.hpp
parent023eff9304e7b4fd139811e2cd4120d7d9707f5a (diff)
first pass memory buckets
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 38f3151..5c29008 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -1,6 +1,8 @@
#ifndef PKE_WINDOW_HPP
#define PKE_WINDOW_HPP
+#include "memory.hpp"
+
#include <GLFW/glfw3.h>
#include <vulkan/vulkan.h>