Adding include to make static code analysis happy.

This commit is contained in:
DennisOSRM 2012-02-08 16:22:33 +01:00
parent d9f0d92262
commit 7a6c36d43c

View File

@ -22,6 +22,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#define INPUTFILEUTIL_H_
#include <fstream>
#include <iostream>
// Check if file exists and if it can be opened for reading with ifstream an object
bool testDataFile(const char *filename){