mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Fix build on Windows
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
453f4f0130
commit
f1a8d770f2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user