mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
Fix VC++ breakage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
feb1550824
commit
0ef161eef9
@ -18,9 +18,9 @@
|
||||
#include "llvm/Analysis/DataStructure/DSGraph.h"
|
||||
#include "llvm/ADT/EquivalenceClasses.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include <llvm/ADT/hash_map>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <ext/hash_map>
|
||||
|
||||
namespace llvm {
|
||||
class Module;
|
||||
|
Loading…
x
Reference in New Issue
Block a user