Skip to content

Commit ea92f3f

Browse files
committed
Merge pull request #3841
da63ab2 workflows: fix windows build error (reemuru)
2 parents 9c383bc + da63ab2 commit ea92f3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/qt/updater.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2727
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29+
#if defined(_WIN32) && !defined(MONERO_GUI_STATIC)
30+
#include <Winsock2.h>
31+
#endif
32+
2933
#include "updater.h"
3034

3135
#include <common/util.h>

0 commit comments

Comments
 (0)