diff options
author | MITSUNARI Shigeo <[email protected]> | 2015-11-18 15:03:23 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2015-11-18 15:03:23 +0900 |
commit | 966c06b914f42ef1e8e3348db9db0d2a3db8c900 (patch) | |
tree | dbdeb7dfd373b92ec2c89e1b38f5ec34507c09d9 | |
parent | 7ba56efc538dd3020816c0a60ac535b3ea7d8543 (diff) | |
download | xbyak-966c06b914f42ef1e8e3348db9db0d2a3db8c900.tar.gz xbyak-966c06b914f42ef1e8e3348db9db0d2a3db8c900.zip |
avoid warning
-rw-r--r-- | xbyak/xbyak.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbyak/xbyak.h b/xbyak/xbyak.h index d0cf6f9..f8835e6 100644 --- a/xbyak/xbyak.h +++ b/xbyak/xbyak.h @@ -58,6 +58,7 @@ #define XBYAK_STD_UNORDERED_MULTIMAP std::multimap #endif #ifdef _WIN32 + #include <winsock2.h> #include <windows.h> #include <malloc.h> #elif defined(__GNUC__) |