aboutsummaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 792b99f..4ab8c60 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -26,6 +26,8 @@
#include <GLFW/glfw3.h>
#include <vulkan/vk_enum_string_helper.h>
+#include <stb_image.h>
+
#ifdef HAVE_NCURSES
#include <ncurses.h>
#endif