From 7a6c36d43c696bb13b11510db13b10d73d9c3d60 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Wed, 8 Feb 2012 16:22:33 +0100 Subject: [PATCH] Adding include to make static code analysis happy. --- Util/InputFileUtil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Util/InputFileUtil.h b/Util/InputFileUtil.h index 70026a758..8be578107 100644 --- a/Util/InputFileUtil.h +++ b/Util/InputFileUtil.h @@ -22,6 +22,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #define INPUTFILEUTIL_H_ #include +#include // Check if file exists and if it can be opened for reading with ifstream an object bool testDataFile(const char *filename){