vdec/cmpto_j2k: missing config.h (HAVE_CUDA)

This commit is contained in:
Martin Pulec
2024-08-30 15:42:51 +02:00
parent ad7929b49f
commit 95dea895d6

View File

@@ -62,6 +62,9 @@
#include <queue> // for queue
#include <utility> // for pair
#ifdef HAVE_CONFIG_H
#include "config.h" // for HAVE_CUDA
#endif
#include "cuda_wrapper/kernels.hpp"
#include "debug.h"
#include "host.h"