diff --git a/src/rng.cpp b/src/rng.cpp index dc95c69..dde3cdf 100644 --- a/src/rng.cpp +++ b/src/rng.cpp @@ -1,6 +1,5 @@ #include - #include constexpr const static util::range SAMPLE_RANGE { 0.0, 1.0 }; diff --git a/src/rng/crand.cpp b/src/rng/crand.cpp index 3cc0251..1f06bba 100644 --- a/src/rng/crand.cpp +++ b/src/rng/crand.cpp @@ -5,7 +5,7 @@ #include #include -#include +#include #include #include