mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
#include vector which we will need here soon
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
803f03e217
commit
60fa583545
@ -25,6 +25,7 @@
|
||||
#define IGNODE_H
|
||||
|
||||
#include "LiveRange.h"
|
||||
#include <vector>
|
||||
class RegClass;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
@ -25,6 +25,7 @@
|
||||
#define IGNODE_H
|
||||
|
||||
#include "LiveRange.h"
|
||||
#include <vector>
|
||||
class RegClass;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user