diff --git a/src/video_decompress/cmpto_j2k.cpp b/src/video_decompress/cmpto_j2k.cpp index bfb4dbb6c..8d0ff395b 100644 --- a/src/video_decompress/cmpto_j2k.cpp +++ b/src/video_decompress/cmpto_j2k.cpp @@ -62,6 +62,9 @@ #include // for queue #include // for pair +#ifdef HAVE_CONFIG_H +#include "config.h" // for HAVE_CUDA +#endif #include "cuda_wrapper/kernels.hpp" #include "debug.h" #include "host.h"