diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-13 13:50:59 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-13 13:50:59 +0100 |
commit | 53c65ae7619ac9e80c89a321c70de64f3745e2aa (patch) | |
tree | a56567c0d53ad7cdbdb91be43e39359bc2b296e0 /thirdparty/zstd/compress/zstd_double_fast.c | |
parent | 76e5b048d0843c08753e6deae1d5c6d1d644d069 (diff) |
zstd: Update to pristine 1.3.3
Diffstat (limited to 'thirdparty/zstd/compress/zstd_double_fast.c')
-rw-r--r-- | thirdparty/zstd/compress/zstd_double_fast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/zstd/compress/zstd_double_fast.c b/thirdparty/zstd/compress/zstd_double_fast.c index 876a36042c..fee5127c35 100644 --- a/thirdparty/zstd/compress/zstd_double_fast.c +++ b/thirdparty/zstd/compress/zstd_double_fast.c @@ -8,6 +8,7 @@ * You may select, at your option, one of the above-listed licenses. */ +#include "zstd_compress_internal.h" #include "zstd_double_fast.h" |