From 972dbe06ea3f2bee442fdbdb93b848cb0c797881 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 17 Mar 2020 22:45:03 +0100 Subject: [PATCH] Fix the backslash include paths --- src/sfizz/parser/Parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sfizz/parser/Parser.cpp b/src/sfizz/parser/Parser.cpp index 7efb4f62..8007e40c 100644 --- a/src/sfizz/parser/Parser.cpp +++ b/src/sfizz/parser/Parser.cpp @@ -148,6 +148,7 @@ void Parser::processDirective() return; } + std::replace(path.begin(), path.end(), '\\', '/'); includeNewFile(path); } else {