diff --git a/src/Random.hpp b/src/Random.hpp index caf798e..9d58bc4 100644 --- a/src/Random.hpp +++ b/src/Random.hpp @@ -4,8 +4,8 @@ #include #include #include -#include "Assert.hpp" #include "../extern/pcg_random.hpp" +#include "Assert.hpp" namespace Arbutils {