ZStandard: Use flags from absl

reviewable/pr107/r1
Mariusz Zaborski 2022-02-02 16:41:30 -05:00
parent 9ee3a26e8b
commit fa08080f06
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <memory>
#include "sapi_zstd.sapi.h" // NOLINT(build/include)
#include "sandboxed_api/util/flag.h"
#include "absl/flags/flag.h"
#include "absl/flags/parse.h"
class ZstdSapiSandbox : public ZstdSandbox {