Skip to content

Commit

Permalink
Merge pull request #3841
Browse files Browse the repository at this point in the history
da63ab2 workflows: fix windows build error (reemuru)
  • Loading branch information
luigi1111 committed Mar 3, 2022
2 parents 9c383bc + da63ab2 commit ea92f3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qt/updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#if defined(_WIN32) && !defined(MONERO_GUI_STATIC)
#include <Winsock2.h>
#endif

#include "updater.h"

#include <common/util.h>
Expand Down

0 comments on commit ea92f3f

Please sign in to comment.