Browse Source

GCC 4.5 compatibility: no forward enum declarations.

Vladimír Vondruš 12 years ago
parent
commit
a3a9f2bb79
  1. 4
      src/Magnum/Platform/NaClApplication.h

4
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;

Loading…
Cancel
Save