diff options
author | daMaex <damaex@live.de> | 2019-10-30 10:42:08 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-11-09 15:09:22 +0100 |
commit | 4e0279b0e48c9992842010b9f3f132e54a460128 (patch) | |
tree | 48a11aa9c8f666b2e7d25405db9712a4e94cc21f /src/common/Utilities/Random.cpp | |
parent | b8e7e87e4c83101d601ac0a6a33fbefdbbf95ced (diff) |
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)
Diffstat (limited to 'src/common/Utilities/Random.cpp')
-rw-r--r-- | src/common/Utilities/Random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <boost/thread/tss.hpp> #include <random> |