Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ed8e01c authored by hhakim's avatar hhakim
Browse files

Fix use of undefined type 'Faust::TransformHelperButterfly<FPP,GPU2>' in...

Fix use of undefined type 'Faust::TransformHelperButterfly<FPP,GPU2>' in mexFaustGPUCplx (issue #292).
parent b7d1e673
Branches
Tags
No related merge requests found
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
#ifdef USE_GPU_MOD #ifdef USE_GPU_MOD
#include "faust_gpu_mod_utils.h" #include "faust_gpu_mod_utils.h"
#include "faust_TransformHelper_gpu.h" #include "faust_TransformHelper_gpu.h"
#include "faust_TransformHelperButterfly_gpu.h"
#endif #endif
#include "new_faust.h" #include "new_faust.h"
#include "faust_disp.h" #include "faust_disp.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment