From a91bc846041fe7b6448339d1d204f367f6a46d80 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Sat, 22 Feb 2014 18:58:34 +0100
Subject: [PATCH] [Cleanup] Add missing includes

---
 src/vtk.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/vtk.hh b/src/vtk.hh
index e1e19c05..a5b62db3 100644
--- a/src/vtk.hh
+++ b/src/vtk.hh
@@ -1,6 +1,8 @@
 #ifndef VTK_HH
 #define VTK_HH
 
+#include <string>
+
 template <class VertexBasis, class CellBasis> class MyVTKWriter {
   CellBasis const &cellBasis;
   VertexBasis const &vertexBasis;
-- 
GitLab