Skip to content

Commit

Permalink
Merge pull request #1673 from stan-dev/bugfix/1672-remove-boost-warning
Browse files Browse the repository at this point in the history
Remove Boost deprecation warning
  • Loading branch information
rok-cesnovar authored Feb 5, 2020
2 parents 7482ff4 + 56e93dd commit 5207970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/math/rev/prob/inv_gamma_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <stan/math/rev.hpp>
#include <boost/math/tools/numerical_differentiation.hpp>
#include <boost/math/differentiation/finite_difference.hpp>
#include <boost/math/special_functions/digamma.hpp>
#include <gtest/gtest.h>
#include <vector>
Expand Down

0 comments on commit 5207970

Please sign in to comment.