diff --git a/src/window.cpp b/src/window.cpp index f695e84..acf152f 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -1,7 +1,10 @@ #include "window.hpp" + #include #include +#include "basic_data.hpp" + static void internalFramebufferCallback([[maybe_unused]] GLFWwindow *glfWwindow, const int width, const int height) { glViewport(0, 0, width, height); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);