doc: fix GetTimeMicros() comment in random.cpp

pull/18364/head
fanquake 5 years ago
parent a889711562
commit f9f210d8de
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -15,7 +15,7 @@
#endif #endif
#include <logging.h> // for LogPrintf() #include <logging.h> // for LogPrintf()
#include <sync.h> // for Mutex #include <sync.h> // for Mutex
#include <util/time.h> // for GetTime() #include <util/time.h> // for GetTimeMicros()
#include <stdlib.h> #include <stdlib.h>
#include <thread> #include <thread>

Loading…
Cancel
Save