From f896a2ad68073b0faa24deaec1a8f4a14723858b Mon Sep 17 00:00:00 2001 From: rahv <karsten.rink@ufz.de> Date: Tue, 3 Feb 2015 11:27:28 +0100 Subject: [PATCH] fixed include path --- Applications/Utils/GeoTools/TriangulatePolyline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/Utils/GeoTools/TriangulatePolyline.cpp b/Applications/Utils/GeoTools/TriangulatePolyline.cpp index d5e37e495d5..832888d3acc 100644 --- a/Applications/Utils/GeoTools/TriangulatePolyline.cpp +++ b/Applications/Utils/GeoTools/TriangulatePolyline.cpp @@ -18,7 +18,7 @@ #include "BaseLib/BuildInfo.h" #include "BaseLib/LogogSimpleFormatter.h" -#include "FileIO/XmlIO/QT/XmlGmlInterface.h" +#include "FileIO/XmlIO/Qt/XmlGmlInterface.h" #include "GeoLib/AnalyticalGeometry.h" #include "GeoLib/GEOObjects.h" #include "GeoLib/Polyline.h" @@ -95,7 +95,7 @@ int main(int argc, char *argv[]) return 1; } - // create surface + // create surface INFO ("Triangulating surface..."); std::vector<GeoLib::Surface*> *new_sfc = new std::vector<GeoLib::Surface*>; new_sfc->push_back(GeoLib::Surface::createSurface(*line)); -- GitLab