Skip to content

Commit

Permalink
Add explicit use math defines macro flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Oct 19, 2024
1 parent 2cd8f4d commit 21595fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adelie/src/include/adelie_core/glm/glm_binomial.ipp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#define _USE_MATH_DEFINES // for C++
#include <cmath>
#include <unsupported/Eigen/SpecialFunctions>
#include <adelie_core/glm/glm_binomial.hpp>
Expand Down

0 comments on commit 21595fa

Please sign in to comment.