From c763c782b8f6a8e647bd1db29cb90ca94439f736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 3 Nov 2019 21:14:15 +0100 Subject: [PATCH] Forward-declare std::string. Because we can. --- src/Magnum/Mesh.cpp | 1 + src/Magnum/Mesh.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Mesh.cpp b/src/Magnum/Mesh.cpp index bcfb0829a..57e0d79a9 100644 --- a/src/Magnum/Mesh.cpp +++ b/src/Magnum/Mesh.cpp @@ -25,6 +25,7 @@ #include "Mesh.h" +#include #include #include #include diff --git a/src/Magnum/Mesh.h b/src/Magnum/Mesh.h index 4612cd05b..cdb750c77 100644 --- a/src/Magnum/Mesh.h +++ b/src/Magnum/Mesh.h @@ -29,7 +29,7 @@ * @brief Enum @ref Magnum::MeshPrimitive, @ref Magnum::MeshIndexType, function @ref Magnum::meshIndexTypeSize() */ -#include +#include #include "Magnum/Magnum.h" #include "Magnum/visibility.h"