From e0585e5ca862d543988bd41cad9ccf4319ec36ba Mon Sep 17 00:00:00 2001 From: 029 <029onikyu@gmail.com> Date: Tue, 21 Nov 2023 18:30:50 -0800 Subject: [PATCH] Change include to work with any base directory name --- Common/interface/ObjectsRegistry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/interface/ObjectsRegistry.hpp b/Common/interface/ObjectsRegistry.hpp index 4f0ced887..230ab749e 100644 --- a/Common/interface/ObjectsRegistry.hpp +++ b/Common/interface/ObjectsRegistry.hpp @@ -23,7 +23,7 @@ #include #include -#include "../../../DiligentCore/Platforms/Basic/interface/DebugUtilities.hpp" +#include "../../Platforms/Basic/interface/DebugUtilities.hpp" #include "RefCntAutoPtr.hpp" namespace Diligent