From 41536e645b17af39b4618858cacea65dffafd52f Mon Sep 17 00:00:00 2001 From: Eero Holmala Date: Mon, 17 Apr 2023 16:24:58 +0300 Subject: [PATCH] save app --- App/App/src/App.cpp | 3 ++- App/AppLib/src/Math.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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