Skip to content

Commit

Permalink
Merge pull request #3881 from asmorkalov:as/port_gapi_includes
Browse files Browse the repository at this point in the history
Added missing includes to G-API
  • Loading branch information
asmorkalov authored Feb 8, 2025
2 parents e13cb47 + e8076ae commit ae38440
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/gapi/src/compiler/gislandmodel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ae38440

Please sign in to comment.