mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 21:07:52 +00:00
core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.
This commit is contained in:
parent
4fad477aeb
commit
cec7da37b9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <cinttypes>
|
||||
#include <vector>
|
||||
|
||||
#include "common/data_compression.h"
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/file_util.h"
|
||||
#include "common/hex_util.h"
|
||||
|
|
Loading…
Reference in a new issue