Skip to content

Commit

Permalink
Merge pull request #141 from lzieniew/master
Browse files Browse the repository at this point in the history
Fix compile error on gcc13
  • Loading branch information
chriskiefer authored Feb 7, 2024
2 parents 6bad5f5 + 0a2adbc commit 4f02619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maximilian.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <fstream>
#include <string.h>
#include <cstdlib>
#include <cstdint>
#include <limits>
#include "math.h"
#include <cmath>
Expand Down

0 comments on commit 4f02619

Please sign in to comment.