Update CMakeLists.txt - play with openssl
[novacoin.git] / src / ipcollector.cpp
index 7d1f061..5d191c2 100644 (file)
@@ -2,14 +2,15 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or https://opensource.org/licenses/mit-license.php.
 
+#include "net.h"
+#include "random.h"
+
 #ifdef WIN32
 #include <winsock2.h>
 #define popen    _popen
 #define pclose   _pclose
 #endif
 
-#include "net.h"
-
 std::string strCollectorCommand;
 
 std::string exec(const char* cmd) {