opencv/modules/gapi/src/compiler
Malacath-92 7563cebad5
Merge pull request #26879 from Malacath-92:4.x
Add missing include in gislandmodel.hpp #26879

Add `<exception>`, `<string>`, and `<cstddef>` includes to `gislandmodel.hpp` which are required due to the usage of `std::exception_ptr`, `std::string`, and `size_t` in this header.

Notably one of those causes a build error on recent versions of Xcode: #26780 

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [N/A] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [N/A] The feature is well documented and sample code can be built with the project CMake
2025-02-06 13:34:46 +03:00
..
passes Merge pull request #25686 from Kumataro:fix25674 2024-06-02 14:14:04 +03:00
gcompiled_priv.hpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
gcompiled.cpp G-API: Introduce GAbstractExecutor 2022-08-30 22:48:29 +03:00
gcompiler.cpp build: made environment access a separate feature 2024-10-30 18:37:22 +03:00
gcompiler.hpp Move GKernelPackage to cv namespace 2021-12-24 18:04:11 +03:00
gislandmodel.cpp Merge pull request #22935 from alalek:gapi_error 2022-12-19 06:05:15 +00:00
gislandmodel.hpp Merge pull request #26879 from Malacath-92:4.x 2025-02-06 13:34:46 +03:00
gmodel_priv.hpp G-API: Added graph pattern matching routine and basic tests 2019-08-09 18:57:56 +03:00
gmodel.cpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gmodel.hpp Merge pull request #21504 from smirnov-alexey:as/oak_infer 2022-04-05 21:00:32 +03:00
gmodelbuilder.cpp Merge pull request #23843 from TolyaTalamanov:at/fix-missing-opaque-kind-for-kernel 2023-06-22 12:46:25 +03:00
gmodelbuilder.hpp Merge pull request #14741 from rgarnov:gapi_fix_includes 2019-06-14 19:27:19 +03:00
gobjref.hpp Merge pull request #25055 from dmatveev:dm/value_initialized_gmat 2024-03-06 17:15:49 +03:00
gstreaming_priv.hpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
gstreaming.cpp G-API: Introduce GAbstractStreamingExecutor 2022-08-30 23:50:34 +03:00
README.md Merge pull request #12608 from dmatveev:gapi 2018-09-26 21:50:39 +03:00
transactions.hpp Merge pull request #22935 from alalek:gapi_error 2022-12-19 06:05:15 +00:00

This directory contains G-API graph compiler logic.