aboutsummaryrefslogtreecommitdiff
path: root/common/dct.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dct.h')
-rw-r--r--common/dct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dct.h b/common/dct.h
index 2c8c5129b8..085423ddff 100644
--- a/common/dct.h
+++ b/common/dct.h
@@ -33,6 +33,8 @@
#include "common/math.h"
#include "common/rdft.h"
+#include "common/cosinetables.h"
+
namespace Common {
/**
@@ -59,6 +61,7 @@ private:
int _bits;
TransformType _trans;
+ CosineTable _cos;
const float *_tCos;
float *_csc2;