spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 95d5c87fd26ac007581e594ebb4ec46fcf9b7078
parent 3805a551fbfc738cc2f51e3b5c054653e03f0222
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed, 15 Aug 2012 22:39:35 -0700

Fix compile error

Diffstat:
Msrc/spek-spectrogram.hh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/spek-spectrogram.hh b/src/spek-spectrogram.hh @@ -19,6 +19,7 @@ #ifndef SPEK_SPECTROGRAM_HH_ #define SPEK_SPECTROGRAM_HH_ +#include <stdint.h> #include <wx/wx.h> struct spek_pipeline;