diff --git a/src/Context.cpp b/src/Context.cpp index 27821ce6f..b620e5812 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include "AbstractShaderProgram.h" #include "AbstractTexture.h" diff --git a/src/Platform/AbstractXApplication.cpp b/src/Platform/AbstractXApplication.cpp index 50948e61b..9379d7492 100644 --- a/src/Platform/AbstractXApplication.cpp +++ b/src/Platform/AbstractXApplication.cpp @@ -15,6 +15,8 @@ #include "AbstractXApplication.h" +#include + #include "Context.h" #include "ExtensionWrangler.h" diff --git a/src/Platform/Sdl2Application.cpp b/src/Platform/Sdl2Application.cpp index 165cbcfe8..cf6a31b34 100644 --- a/src/Platform/Sdl2Application.cpp +++ b/src/Platform/Sdl2Application.cpp @@ -15,6 +15,8 @@ #include "Sdl2Application.h" +#include + #include "Context.h" #include "ExtensionWrangler.h"