fix compile issue

This commit is contained in:
halx99 2020-08-31 15:17:28 +08:00
parent 4181485b4c
commit fda95bd722
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
#include "base/etc2.h"
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <type_traits>
#include <algorithm>
#include <limits>
static const char kMagic[] = { 'P', 'K', 'M', ' ', '2', '0' };