aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities/Random.cpp
diff options
context:
space:
mode:
authordaMaex <damaex@live.de>2019-10-30 10:42:08 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-19 00:12:41 +0100
commit08b40733a58da23ced34915cb67c0ef24e6e9059 (patch)
treebfbc36e2e6396cfde3accb05f970beb16063e44c /src/common/Utilities/Random.cpp
parent5ae84caf23e42f1005cfa0437896a86e1cb40fd1 (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) (cherry picked from commit 4e0279b0e48c9992842010b9f3f132e54a460128)
Diffstat (limited to 'src/common/Utilities/Random.cpp')
-rw-r--r--src/common/Utilities/Random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/Random.cpp b/src/common/Utilities/Random.cpp
index 028163f7456..974f13db0be 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>