Skip to content

Commit

Permalink
Merge branch 'main' into static-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny authored Nov 10, 2024
2 parents e0aa82e + 7d5bf00 commit 502401c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 502401c

Please sign in to comment.