Merge pull request #2 from jontio/patch-1

missing include guard added
This commit is contained in:
Ian Daniher 2015-08-08 23:02:57 -04:00
commit 071e47d8ca

View File

@ -1,4 +1,5 @@
#ifndef KISSFFT_CLASS_HH
#define KISSFFT_CLASS_HH
#include <complex>
#include <vector>