summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 3d66ed4..a3cebf4 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -10,6 +10,9 @@
#include <cassert>
#include <GLFW/glfw3.h>
#include <vulkan/vulkan.h>
+#include "backends/imgui_impl_glfw.h"
+#include "backends/imgui_impl_vulkan.h"
+#include "imgui.h"
const unsigned int MAX_FRAMES_IN_FLIGHT = 2;