Browse Source

MSVC 2013 compatibility: somehow std::reference_wrapper needs full def.

What the hell, again.
Vladimír Vondruš 12 years ago
parent
commit
f325296875
  1. 4
      src/Magnum/MeshView.h

4
src/Magnum/MeshView.h

@ -36,6 +36,10 @@
#include "Magnum/OpenGL.h"
#include "Magnum/visibility.h"
#ifdef CORRADE_MSVC2013_COMPATIBILITY
#include "Magnum/Mesh.h"
#endif
namespace Magnum {
namespace Implementation { struct MeshState; }

Loading…
Cancel
Save