diff options
-rw-r--r-- | core/fxcodec/gif/cfx_lzwdecompressor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/gif/cfx_lzwdecompressor.cpp b/core/fxcodec/gif/cfx_lzwdecompressor.cpp index edff8c4f4b..09df6e767b 100644 --- a/core/fxcodec/gif/cfx_lzwdecompressor.cpp +++ b/core/fxcodec/gif/cfx_lzwdecompressor.cpp @@ -7,10 +7,10 @@ #include "core/fxcodec/gif/cfx_lzwdecompressor.h" #include <algorithm> +#include <cstring> #include <memory> #include <utility> -#include "core/fxcodec/bmp/fx_bmp.h" #include "third_party/base/numerics/safe_math.h" #include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" |