Skip to content

Commit ae38440

Browse files
authored
Merge pull request #3881 from asmorkalov:as/port_gapi_includes
Added missing includes to G-API
2 parents e13cb47 + e8076ae commit ae38440

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: modules/gapi/src/compiler/gislandmodel.hpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
#ifndef OPENCV_GAPI_GISLANDMODEL_HPP
99
#define OPENCV_GAPI_GISLANDMODEL_HPP
1010

11-
#include <unordered_set>
11+
#include <unordered_set> // unordered_map
1212
#include <memory> // shared_ptr
13+
#include <exception> // exception_ptr
14+
#include <string> // string
15+
#include <cstddef> // size_t
1316

1417
#include <ade/graph.hpp>
1518
#include <ade/typed_graph.hpp>

0 commit comments

Comments
 (0)