From b30882726d92c1245c962f6efad5fe3f85c40a5a Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 2 Jul 2020 10:24:40 +0200
Subject: [PATCH] [T] Added missing include.

Follow-up on !3029.
---
 Tests/FileIO/TestTetGenInterface.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Tests/FileIO/TestTetGenInterface.cpp b/Tests/FileIO/TestTetGenInterface.cpp
index ef995e9a70d..ca06839b071 100644
--- a/Tests/FileIO/TestTetGenInterface.cpp
+++ b/Tests/FileIO/TestTetGenInterface.cpp
@@ -20,6 +20,7 @@
 
 #include "filesystem.h"
 #include "Applications/FileIO/TetGenInterface.h"
+#include "BaseLib/StringTools.h"
 #include "InfoLib/TestInfo.h"
 #include "MeshLib/IO/readMeshFromFile.h"
 #include "GeoLib/GEOObjects.h"
-- 
GitLab