Skip to content

Commit

Permalink
Added missing include for std::isnan.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Nov 15, 2018
1 parent 8dd1ce4 commit 66eb63a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Applications/ApplicationsLib/TestDefinition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "TestDefinition.h"

#include <cmath>
#include <cstdlib>

#include "BaseLib/ConfigTree.h"
Expand Down

0 comments on commit 66eb63a

Please sign in to comment.