Skip to content

Commit 15a57f2

Browse files
committed
Fix #739
1 parent 366e423 commit 15a57f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/interface/LRUCache.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <atomic>
2626
#include <vector>
2727

28-
#include "../../../DiligentCore/Platforms/Basic/interface/DebugUtilities.hpp"
28+
#include "../../Platforms/Basic/interface/DebugUtilities.hpp"
2929

3030
namespace Diligent
3131
{

0 commit comments

Comments
 (0)