From 2a76a1b899debe4be2f91eb5b56fb83aa4811d5f Mon Sep 17 00:00:00 2001 From: Karsten Rink <karsten.rink@ufz.de> Date: Thu, 3 May 2012 08:39:25 +0200 Subject: [PATCH] fixed missing include --- MeshLib/Mesh.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h index ee4d0b54156..3ea2f54bb7c 100644 --- a/MeshLib/Mesh.h +++ b/MeshLib/Mesh.h @@ -9,6 +9,7 @@ #define MESH_H_ #include <cstdlib> +#include <string> #include <vector> namespace MeshLib { -- GitLab