From 5d45eb41f10d3d3d0f8421109976a5f3fa5ab66a Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Tue, 8 Jul 2025 06:01:23 +0100 Subject: [PATCH] fix import --- core/fs/bis_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fs/bis_factory.cpp b/core/fs/bis_factory.cpp index 003e739..f32db19 100644 --- a/core/fs/bis_factory.cpp +++ b/core/fs/bis_factory.cpp @@ -4,7 +4,7 @@ // Modified by Pound emulator for SW2 compatibility #include -#include "common/fs/path_util.h" +#include "../common/fs/path_util.h" #include "core/fs/bis_factory.h" #include "core/fs/registered_cache.h" #include "core/fs/vfs/vfs.h"