Commit 64d6b0f5 authored by Nick Terrell's avatar Nick Terrell Committed by Facebook Github Bot

Update to zstd-1.4.x

Summary:
* Update to zstd-1.4.x
* Update to the latest zstd-rs

Reviewed By: Cyan4973

Differential Revision: D15040909

fbshipit-source-id: 938904d95ab8b1108d750d83602ee9c11c2c87b5
parent b7e2f57b
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <stdexcept> #include <stdexcept>
#include <string> #include <string>
#include <zstd.h> #include <zstd.h> // @manual
#include <folly/Conv.h> #include <folly/Conv.h>
#include <folly/Range.h> #include <folly/Range.h>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#ifndef ZSTD_STATIC_LINKING_ONLY #ifndef ZSTD_STATIC_LINKING_ONLY
#define ZSTD_STATIC_LINKING_ONLY #define ZSTD_STATIC_LINKING_ONLY
#endif #endif
#include <zstd.h> #include <zstd.h> // @manual
namespace folly { namespace folly {
namespace io { namespace io {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment