diff options
| author | mzed <github@mikezed.com> | 2017-10-04 11:41:37 +0100 |
|---|---|---|
| committer | mzed <github@mikezed.com> | 2017-10-04 11:41:37 +0100 |
| commit | 6c3d65be199ec74753e61ec026284fd3ebc71faa (patch) | |
| tree | 30d8ec5126f4835ba9744d2fbbb4503275ea3779 /libs/maxiFFT.cpp | |
| parent | 1162c2a6e89b5adaea2685b3ff2b844aa9cacff4 (diff) | |
added some include paths so I don't have to rely on the IDE
Diffstat (limited to 'libs/maxiFFT.cpp')
| -rw-r--r-- | libs/maxiFFT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/maxiFFT.cpp b/libs/maxiFFT.cpp index c648992..9edf855 100644 --- a/libs/maxiFFT.cpp +++ b/libs/maxiFFT.cpp @@ -31,7 +31,7 @@ */ #include "maxiFFT.h" -#include "maximilian.h" +#include "../maximilian.h" #include <iostream> #include "math.h" |
