Skip to content

Commit

Permalink
Add cmath to glm_binomial for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Oct 19, 2024
1 parent b2b9bda commit 2cd8f4d
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
#include <cmath>
#include <unsupported/Eigen/SpecialFunctions>
#include <adelie_core/glm/glm_binomial.hpp>
#include <adelie_core/util/macros.hpp>
Expand Down

0 comments on commit 2cd8f4d

Please sign in to comment.