Port of OpenCV #26879 to contrib.

pull/3881/head
Alexander Smorkalov 1 month ago
parent e13cb471f9
commit e8076ae8f5
  1. 5
      modules/gapi/src/compiler/gislandmodel.hpp

@ -8,8 +8,11 @@
#ifndef OPENCV_GAPI_GISLANDMODEL_HPP
#define OPENCV_GAPI_GISLANDMODEL_HPP
#include <unordered_set>
#include <unordered_set> // unordered_map
#include <memory> // shared_ptr
#include <exception> // exception_ptr
#include <string> // string
#include <cstddef> // size_t
#include <ade/graph.hpp>
#include <ade/typed_graph.hpp>

Loading…
Cancel
Save