Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWIG: make it work with Clang 19 #1250

Merged
merged 15 commits into from
Nov 10, 2024
Merged
2 changes: 0 additions & 2 deletions src/analyserequationast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ limitations under the License.

#include "analyserequationast_p.h"

#include "libcellml/undefines.h"

namespace libcellml {

void AnalyserEquationAst::AnalyserEquationAstImpl::populate(AnalyserEquationAst::Type type,
Expand Down
3 changes: 3 additions & 0 deletions src/bindings/interface/analyserequationast.i
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"Swaps the left and right children of this :class:`AnalyserEquationAst` object.";

%{
#include <float.h>
#include <math.h>

#include "libcellml/analyserequationast.h"
%}

Expand Down
Loading