diff --git a/src/Magnum/MeshView.h b/src/Magnum/MeshView.h index fc9fcd01c..7a7e0ee48 100644 --- a/src/Magnum/MeshView.h +++ b/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; }