Merge pull request #3841

da63ab2 workflows: fix windows build error (reemuru)
This commit is contained in:
luigi1111 2022-03-02 19:06:28 -05:00
commit ea92f3f272
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 4 additions and 0 deletions

View File

@ -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>