| Index: cc/raster/texture_compressor_etc1_sse.h
|
| diff --git a/cc/raster/texture_compressor_etc1_sse.h b/cc/raster/texture_compressor_etc1_sse.h
|
| index 3822699e4d036a68c1b561b204d55c7e2e21296e..3c186c63ce75a69efe741c84936262b5c5004f8d 100644
|
| --- a/cc/raster/texture_compressor_etc1_sse.h
|
| +++ b/cc/raster/texture_compressor_etc1_sse.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CC_RASTER_TEXTURE_COMPRESSOR_ETC1_SSE_H_
|
| #define CC_RASTER_TEXTURE_COMPRESSOR_ETC1_SSE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "cc/raster/texture_compressor.h"
|
|
|
| namespace cc {
|
|
|