% make
cd ./src/tests && make
c++ -g -Wall -Wfatal-errors -std=c++17 test_newton.cpp -I.. ../*.cpp -o test_newton -lm
../FileUtil.cpp:73:1: fatal error: unknown type name 'string'; did you mean 'std::string'?
string FileUtil::get_path(std::string sFile)
The statement #endif near line 70 of FileUtil.cpp should be moved to the end of this file.
The statement
#endif
near line 70 of FileUtil.cpp should be moved to the end of this file.