Fix the backslash include paths

This commit is contained in:
Jean Pierre Cimalando 2020-03-17 22:45:03 +01:00 committed by Paul Ferrand
parent c03345e950
commit 972dbe06ea

View file

@ -148,6 +148,7 @@ void Parser::processDirective()
return;
}
std::replace(path.begin(), path.end(), '\\', '/');
includeNewFile(path);
}
else {