We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff80cd commit b358bdeCopy full SHA for b358bde
src/randomenv.cpp
@@ -13,22 +13,21 @@
13
#include <compat/cpuid.h>
14
#include <crypto/sha512.h>
15
#include <support/cleanse.h>
16
-#include <util/time.h> // for GetTime()
17
-#ifdef WIN32
18
-#include <windows.h>
19
-#include <winreg.h>
20
-#endif
+#include <util/time.h>
21
22
#include <algorithm>
23
#include <atomic>
+#include <cstdint>
+#include <cstring>
24
#include <chrono>
25
#include <climits>
26
#include <thread>
27
#include <vector>
28
29
-#include <stdint.h>
30
-#include <string.h>
31
-#ifndef WIN32
+#ifdef WIN32
+#include <windows.h>
+#include <winreg.h>
+#else
32
#include <sys/types.h> // must go before a number of other headers
33
#include <fcntl.h>
34
#include <netinet/in.h>
0 commit comments