Fix build on Windows

llvm-svn: 181873
This commit is contained in:
Timur Iskhodzhanov 2013-05-15 09:00:30 +00:00
parent 00aca707d5
commit 0588513e79
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#define WIN32_LEAN_AND_MEAN
#include "llvm/Config/config.h" // Get build system configuration settings
#include "llvm/Support/Compiler.h"
#include <windows.h>
#include <wincrypt.h>
#include <shlobj.h>