mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	Get VC++ building again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -31,6 +31,7 @@ | |||||||
| #define LLVM_CODEGEN_MACHINEDEBUGINFO_H | #define LLVM_CODEGEN_MACHINEDEBUGINFO_H | ||||||
|  |  | ||||||
| #include "llvm/Support/Dwarf.h" | #include "llvm/Support/Dwarf.h" | ||||||
|  | #include "llvm/Support/DataTypes.h" | ||||||
| #include "llvm/ADT/UniqueVector.h" | #include "llvm/ADT/UniqueVector.h" | ||||||
| #include "llvm/GlobalValue.h" | #include "llvm/GlobalValue.h" | ||||||
| #include "llvm/Pass.h" | #include "llvm/Pass.h" | ||||||
|   | |||||||
| @@ -42,6 +42,7 @@ | |||||||
| #include <map> | #include <map> | ||||||
| #include <set> | #include <set> | ||||||
| #include <iostream> | #include <iostream> | ||||||
|  | #include <algorithm> | ||||||
| using namespace llvm; | using namespace llvm; | ||||||
|  |  | ||||||
| #ifndef NDEBUG | #ifndef NDEBUG | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user