diff options
| author | Per Larsson <[email protected]> | 2021-11-11 15:10:08 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-11-11 15:10:08 +0100 |
| commit | b15b04b55ecfa0335c168561c61a7568538fccb8 (patch) | |
| tree | 40f68a324f081746c74c423d8c478d3da6b1b4cc /zencore/compress.cpp | |
| parent | Handle batch requests asynchronously. (diff) | |
| parent | Format fix. (diff) | |
| download | zen-b15b04b55ecfa0335c168561c61a7568538fccb8.tar.xz zen-b15b04b55ecfa0335c168561c61a7568538fccb8.zip | |
Merge branch 'main' into zcache-batch
Diffstat (limited to 'zencore/compress.cpp')
| -rw-r--r-- | zencore/compress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/compress.cpp b/zencore/compress.cpp index 4a8d116fa..4b6d83f6f 100644 --- a/zencore/compress.cpp +++ b/zencore/compress.cpp @@ -8,7 +8,7 @@ #include <zencore/endian.h> #include <zencore/testing.h> -#include "../3rdparty/Oodle/include/oodle2.h" +#include "../thirdparty/Oodle/include/oodle2.h" #if ZEN_PLATFORM_WINDOWS # pragma comment(lib, "oo2core_win64.lib") #endif |