mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 05:39:22 +08:00
![]() 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 |
||
---|---|---|
.. | ||
passes | ||
gcompiled_priv.hpp | ||
gcompiled.cpp | ||
gcompiler.cpp | ||
gcompiler.hpp | ||
gislandmodel.cpp | ||
gislandmodel.hpp | ||
gmodel_priv.hpp | ||
gmodel.cpp | ||
gmodel.hpp | ||
gmodelbuilder.cpp | ||
gmodelbuilder.hpp | ||
gobjref.hpp | ||
gstreaming_priv.hpp | ||
gstreaming.cpp | ||
README.md | ||
transactions.hpp |
This directory contains G-API graph compiler logic.