Skip to content

Commit

Permalink
add missing cmath include
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Oct 31, 2024
1 parent e0e0a01 commit e761301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestHeightGainTerminalCorrectionModel.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "TestUtils.h"

#include <cmath> // for std::log10
#include <limits> // For std::numeric_limits<T>::max()

// Test fixture for the unit tests
Expand Down

0 comments on commit e761301

Please sign in to comment.