Skip to content
Snippets Groups Projects
Commit cec7da37 authored by unknown's avatar unknown Committed by FreddyFunk
Browse files

core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.

parent 4fad477a
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <cinttypes> #include <cinttypes>
#include <vector> #include <vector>
#include "common/data_compression.h"
#include "common/common_funcs.h" #include "common/common_funcs.h"
#include "common/file_util.h" #include "common/file_util.h"
#include "common/hex_util.h" #include "common/hex_util.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment