Skip to content

Commit

Permalink
fix: missing ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
Bycob authored and mergify[bot] committed Jun 9, 2022
1 parent b23298f commit e8a70cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dto/predict_out.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
#define DTO_PREDICT_OUT_HPP

#include <opencv2/opencv.hpp>
#ifdef USE_CUDA_CV
#include <opencv2/cudaimgproc.hpp>
#endif

#include "oatpp/core/Types.hpp"
#include "oatpp/core/macro/codegen.hpp"
Expand Down

0 comments on commit e8a70cf

Please sign in to comment.