Skip to content

Commit e8a70cf

Browse files
Bycobmergify[bot]
authored andcommitted
fix: missing ifdef
1 parent b23298f commit e8a70cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dto/predict_out.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
#define DTO_PREDICT_OUT_HPP
2424

2525
#include <opencv2/opencv.hpp>
26+
#ifdef USE_CUDA_CV
2627
#include <opencv2/cudaimgproc.hpp>
28+
#endif
2729

2830
#include "oatpp/core/Types.hpp"
2931
#include "oatpp/core/macro/codegen.hpp"

0 commit comments

Comments
 (0)