mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
KillTheDoctor: Fix VS2008 build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116330 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
65b65d6ca4
commit
09203ac3dd
@ -224,6 +224,11 @@ template <> struct hash<std::error_code>;
|
||||
#include <cerrno>
|
||||
#include <string>
|
||||
|
||||
#ifdef LLVM_ON_WIN32
|
||||
// VS 2008 needs this for some of the defines below.
|
||||
# include <WinSock2.h>
|
||||
#endif
|
||||
|
||||
namespace llvm {
|
||||
|
||||
template <class T, T v>
|
||||
|
Loading…
x
Reference in New Issue
Block a user