Chromium Code Reviews| Index: source/libvpx/vpx_ports/mem_ops_aligned.h |
| =================================================================== |
| --- source/libvpx/vpx_ports/mem_ops_aligned.h (revision 254565) |
| +++ source/libvpx/vpx_ports/mem_ops_aligned.h (working copy) |
| @@ -11,6 +11,8 @@ |
| #ifndef VPX_PORTS_MEM_OPS_ALIGNED_H_ |
| #define VPX_PORTS_MEM_OPS_ALIGNED_H_ |
| +#include "vpx/vpx_integer.h" |
| + |
| /* \file |
| * \brief Provides portable memory access primitives for operating on aligned |
| * data |