From 817b4c55d8e0bf2e603c52898595da1a593fa8d2 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 26 May 2020 13:33:43 +0200 Subject: [PATCH] Fixes for style in Random class. --- src/Random.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {