Skip to content

Commit

Permalink
Merge pull request opencv#24168 from autoantwort:missing-include-3
Browse files Browse the repository at this point in the history
* add missing include

* Apply CR
  • Loading branch information
autoantwort authored Aug 17, 2023
1 parent 7f6c95f commit 4761c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dnn/src/op_halide.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#ifdef HAVE_HALIDE
#include <HalideRuntimeOpenCL.h>
#include <thread>
#endif // HAVE_HALIDE

namespace cv
Expand Down

0 comments on commit 4761c28

Please sign in to comment.