Skip to content

Commit

Permalink
Added missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Parno committed Feb 27, 2024
1 parent 0b5e6e3 commit c93aa58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Distributions/Test_SampleGenerator.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#include "Test_Distributions_Common.h"

#include <numeric>
#include <algorithm>

TEST_CASE( "Testing SampleGenerator", "[SampleGenerator]") {
// Sample 1000 points
// Check empirical CDF against uniform CDF
Expand Down

0 comments on commit c93aa58

Please sign in to comment.