diff --git a/App/App/src/App.cpp b/App/App/src/App.cpp index e1acb68..a4249fc 100644 --- a/App/App/src/App.cpp +++ b/App/App/src/App.cpp @@ -1,6 +1,7 @@ #include - #include "SDL2/SDL.h" +#include "SDL2/SDL_vulkan.h" + #include "App.hh" // #ifdef _WIN32 diff --git a/App/AppLib/src/Math.cpp b/App/AppLib/src/Math.cpp index d1d9407..399f5ff 100644 --- a/App/AppLib/src/Math.cpp +++ b/App/AppLib/src/Math.cpp @@ -1,4 +1,5 @@ +#include "Math.hh" + namespace Core { - } // namespace Core \ No newline at end of file