Skip to content

Commit

Permalink
fix: add missing headers in predict_out.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bycob committed Jun 8, 2022
1 parent 00df9fd commit b23298f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dto/predict_out.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#ifndef DTO_PREDICT_OUT_HPP
#define DTO_PREDICT_OUT_HPP

#include <opencv2/opencv.hpp>
#include <opencv2/cudaimgproc.hpp>

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

Expand Down

0 comments on commit b23298f

Please sign in to comment.