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.
2 parents 9c383bc + da63ab2 commit ea92f3fCopy full SHA for ea92f3f
src/qt/updater.cpp
@@ -26,6 +26,10 @@
26
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
27
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
29
+#if defined(_WIN32) && !defined(MONERO_GUI_STATIC)
30
+ #include <Winsock2.h>
31
+#endif
32
+
33
#include "updater.h"
34
35
#include <common/util.h>
0 commit comments