diff --git a/src/Magnum/Platform/NaClApplication.h b/src/Magnum/Platform/NaClApplication.h index 08c4fc433..7c5fb37b5 100644 --- a/src/Magnum/Platform/NaClApplication.h +++ b/src/Magnum/Platform/NaClApplication.h @@ -42,6 +42,10 @@ #include "Magnum/Math/Vector2.h" #include "Magnum/Platform/Platform.h" +#ifdef CORRADE_GCC45_COMPATIBILITY +#include "Magnum/Version.h" +#endif + namespace pp { class Graphics3D; class Fullscreen;