Skip to content

Commit

Permalink
include stdexcept before using
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Jun 29, 2024
1 parent 6fe92e8 commit a39cefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/distributions.tpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <concepts>
#include <stdexcept>

namespace reticula {
// power_law_with_specified_mean
Expand Down

0 comments on commit a39cefe

Please sign in to comment.