Fix the backslash include paths
This commit is contained in:
parent
c03345e950
commit
972dbe06ea
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ void Parser::processDirective()
|
|||
return;
|
||||
}
|
||||
|
||||
std::replace(path.begin(), path.end(), '\\', '/');
|
||||
includeNewFile(path);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue