Skip to content

Commit

Permalink
Fix build for CentOS7/OL8
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 6, 2024
1 parent 6b0c5ca commit d7648d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- develop
- fix/build-23
- dependabot/*
schedule:
- cron: '21 2 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- develop
- fix/build-23
- dependabot/*

schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#pragma once

#include <limits>

#include <antares/solver/expressions/visitors/EvaluationContext.h>
#include <antares/solver/expressions/visitors/NodeVisitor.h>

Expand Down

0 comments on commit d7648d5

Please sign in to comment.