src/library/base/file_utils.cpp
@@ -13,7 +13,7 @@ #include <errno.h> #include <cstring> #include "file_utils.hpp" #include "../test/functional/generate-license.h" namespace license { using namespace std; @@ -69,4 +69,6 @@ return path.substr(0, dotpos); } }