From 0d6ff498f71656d2559c81463f25c9e7d9769811 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 19 Dec 2008 11:06:00 +0000 Subject: [PATCH] *** empty log message *** --- Post/adaptiveData.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Post/adaptiveData.cpp b/Post/adaptiveData.cpp index 33d1d887ab..bd88a3b8ef 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -6,8 +6,9 @@ #include <math.h> #include <list> #include <set> -#include "Plugin.h" #include "adaptiveData.h" +#include "Plugin.h" +#include "ListUtils.h" std::set<adaptivePoint> adaptiveLine::allPoints; std::set<adaptivePoint> adaptiveTriangle::allPoints; -- GitLab