summaryrefslogtreecommitdiff
path: root/src/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.cpp')
-rw-r--r--src/global.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.cpp b/src/global.cpp
index 9bd2c590..96ed30ab 100644
--- a/src/global.cpp
+++ b/src/global.cpp
@@ -38,4 +38,6 @@ bool SeekingInProgress = false;
std::string VolumeState;
boost::posix_time::ptime Timer;
+std::mt19937 RNG;
+
}