Forgotten in the latest merge.
@ -34,6 +34,10 @@
#include "Magnum/Magnum.h"
#include "Magnum/MeshTools/visibility.h"
#ifdef CORRADE_GCC45_COMPATIBILITY
#include "Magnum/Version.h"
#endif
namespace Magnum { namespace MeshTools {
/**
@ -42,7 +42,7 @@
#include "Magnum/Math/Vector2.h"
#include "Version.h"
namespace Magnum {
@ -39,7 +39,7 @@
#include <GL/freeglut.h>
@ -34,7 +34,7 @@
#include "Magnum/visibility.h"
#include "Mesh.h"
#include "Magnum/Mesh.h"
namespace Magnum { namespace Trade {