From 6922a3ab601401679584cbf600d255fffa7ab0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Thu, 12 Dec 2013 09:25:30 +0000 Subject: [PATCH] add missing includes git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@982 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Tools/Utils/Gnuplot.cc | 1 + src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/OpenMesh/Tools/Utils/Gnuplot.cc b/src/OpenMesh/Tools/Utils/Gnuplot.cc index 82b6de9c..f0cebe52 100644 --- a/src/OpenMesh/Tools/Utils/Gnuplot.cc +++ b/src/OpenMesh/Tools/Utils/Gnuplot.cc @@ -30,6 +30,7 @@ #include #include #include +#include #if defined(WIN32) # define pclose _pclose diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh index c3ab64fc..ae8b0148 100644 --- a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh +++ b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh @@ -52,7 +52,7 @@ //== INCLUDES ================================================================= #include - +#include //== FORWARDDECLARATIONS ======================================================