comparison data/fft/FFTMemoryCache.cpp @ 191:be6d31baecb9

compilation under linux - kunbuntu V7.10 (without video support)
author lbajardsilogic
date Wed, 28 Nov 2007 13:03:45 +0000
parents fc9323a41f5a
children
comparison
equal deleted inserted replaced
190:61681a2bc1e6 191:be6d31baecb9
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "FFTMemoryCache.h" 16 #include <iostream>
17 #include <vector>
18
17 #include "system/System.h" 19 #include "system/System.h"
18 20
19 #include <iostream> 21 #include "FFTMemoryCache.h"
20 22
21 FFTMemoryCache::FFTMemoryCache() : 23 FFTMemoryCache::FFTMemoryCache() :
22 m_width(0), 24 m_width(0),
23 m_height(0), 25 m_height(0),
24 m_magnitude(0), 26 m_magnitude(0),