Core: Fix build for Intel Composer XE

This commit is contained in:
Vincent-Michael
2014-08-10 01:07:38 +02:00
parent df3b08d140
commit 0daebd9705

View File

@@ -85,6 +85,13 @@
#if PLATFORM == PLATFORM_WINDOWS
# include <ws2tcpip.h>
# if defined(__INTEL_COMPILER)
# if !defined(BOOST_ASIO_HAS_MOVE)
# define BOOST_ASIO_HAS_MOVE
# endif // !defined(BOOST_ASIO_HAS_MOVE)
# endif // if defined(__INTEL_COMPILER)
#else
# include <sys/types.h>
# include <sys/ioctl.h>