summaryrefslogtreecommitdiff
path: root/source/core/slang-lz4-compression-system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-lz4-compression-system.cpp')
-rw-r--r--source/core/slang-lz4-compression-system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-lz4-compression-system.cpp b/source/core/slang-lz4-compression-system.cpp
index c20b457df..1e2ab9558 100644
--- a/source/core/slang-lz4-compression-system.cpp
+++ b/source/core/slang-lz4-compression-system.cpp
@@ -5,7 +5,7 @@
#include "slang-blob.h"
-#include "../../external/lz4/lib/lz4.h"
+#include <lz4.h>
namespace Slang
{