mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
missing include guard added
Fixed broken include guard #define KISSFFT_CLASS_HH
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
#ifndef KISSFFT_CLASS_HH
|
#ifndef KISSFFT_CLASS_HH
|
||||||
|
#define KISSFFT_CLASS_HH
|
||||||
#include <complex>
|
#include <complex>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user