Skip to content

Add missing includes#2628

Merged
galabovaa merged 3 commits intoERGO-Code:latestfrom
fontanf:bugfix/missing-includes
Oct 31, 2025
Merged

Add missing includes#2628
galabovaa merged 3 commits intoERGO-Code:latestfrom
fontanf:bugfix/missing-includes

Conversation

@fontanf
Copy link
Copy Markdown
Contributor

@fontanf fontanf commented Oct 31, 2025

Some includes of #include <functional> are not explicit. This makes the compilation fail for some compilers.

@jajhall jajhall changed the base branch from master to latest October 31, 2025 12:56
@jajhall
Copy link
Copy Markdown
Member

jajhall commented Oct 31, 2025

Thanks.

For what compilers does this fail?

@jajhall jajhall requested review from filikat and galabovaa October 31, 2025 12:57
@jajhall
Copy link
Copy Markdown
Member

jajhall commented Oct 31, 2025

Had to move #include to satisfy clang-format

@fontanf
Copy link
Copy Markdown
Contributor Author

fontanf commented Oct 31, 2025

icl (I'm not sure of which version)

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.08%. Comparing base (869cbd4) to head (adcf175).
⚠️ Report is 48 commits behind head on latest.

Additional details and impacted files
@@            Coverage Diff             @@
##           latest    #2628      +/-   ##
==========================================
+ Coverage   81.06%   81.08%   +0.01%     
==========================================
  Files         347      347              
  Lines       85219    85313      +94     
==========================================
+ Hits        69083    69174      +91     
- Misses      16136    16139       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

@galabovaa galabovaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Collaborator

@filikat filikat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me

@galabovaa galabovaa merged commit 84be9dd into ERGO-Code:latest Oct 31, 2025
236 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants