diff options
author | dEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com> | 2017-12-23 15:04:20 +0100 |
---|---|---|
committer | dEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com> | 2017-12-23 15:27:30 +0100 |
commit | 2018cf74a65b99cf5494cbbb7f2363a56affbc1f (patch) | |
tree | 3345697363bedbf80563bd50585e4b9fba240f67 /contrib | |
parent | Merge pull request #2961 (diff) | |
download | monero-2018cf74a65b99cf5494cbbb7f2363a56affbc1f.tar.xz |
Fix Windows build
Fix no new line
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epee/include/misc_os_dependent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/epee/include/misc_os_dependent.h b/contrib/epee/include/misc_os_dependent.h index 81cecf714..99690b301 100644 --- a/contrib/epee/include/misc_os_dependent.h +++ b/contrib/epee/include/misc_os_dependent.h @@ -23,6 +23,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // +#ifdef _WIN32 +#include <Winsock2.h> +#endif + #ifdef WIN32 #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN |