mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-16 12:08:49 +00:00
Use zstd_seekable header from externals
Specifying the full path relies on the system installed header. Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
aac54d648c
commit
ba7425f263
@ -13,7 +13,7 @@
|
||||
#include <mutex>
|
||||
#include <sstream>
|
||||
#include <zstd.h>
|
||||
#include <zstd/contrib/seekable_format/zstd_seekable.h>
|
||||
#include <zstd_seekable.h>
|
||||
|
||||
#include <boost/serialization/base_object.hpp>
|
||||
#include <boost/serialization/unique_ptr.hpp>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user