From 4e0279b0e48c9992842010b9f3f132e54a460128 Mon Sep 17 00:00:00 2001 From: daMaex Date: Wed, 30 Oct 2019 10:42:08 +0100 Subject: Dep/SFMT: updated to newest upstream version from https://github.com/MersenneTwister-Lab/SFMT * only needed files added * used CMake and SFMTRand from https://github.com/TrinityCore/TrinityCore/pull/23240 (Thank you Artox) --- src/common/Utilities/Random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Utilities/Random.cpp') diff --git a/src/common/Utilities/Random.cpp b/src/common/Utilities/Random.cpp index a4029774aa9..df55901dccf 100644 --- a/src/common/Utilities/Random.cpp +++ b/src/common/Utilities/Random.cpp @@ -17,7 +17,7 @@ #include "Random.h" #include "Errors.h" -#include "SFMT.h" +#include "SFMTRand.h" #include #include -- cgit v1.2.3