summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/dct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/dct.h b/vp8/encoder/dct.h
index 8d8a842ff..5e71707cf 100644
--- a/vp8/encoder/dct.h
+++ b/vp8/encoder/dct.h
@@ -13,6 +13,7 @@
#define __INC_DCT_H
#include "vpx_config.h"
+#include "vp8/common/blockd.h"
#define prototype_fdct(sym) void (sym)(short *input, short *output, int pitch)