Skip to content

Commit

Permalink
Potential compiler fix for weird limits error
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford committed Feb 14, 2023
1 parent 30ca0aa commit 525706f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/damage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "elasticity.h"

#include <cmath>
#include <stdexcept>
#include <limits>

namespace neml {
Expand Down

0 comments on commit 525706f

Please sign in to comment.