Merge "fix implicit declaration"

This commit is contained in:
Angie Chiang 2015-09-16 00:20:43 +00:00 committed by Gerrit Code Review
commit 8c1dce86e8

View File

@ -10,6 +10,7 @@
#include <emmintrin.h> // SSE2
#include "./vp10_rtcd.h"
#include "vp10/common/vp10_fwd_txfm.h"
#include "vpx_dsp/txfm_common.h"
#include "vpx_dsp/x86/txfm_common_sse2.h"