Skip to content

Commit

Permalink
#include vector which we will need here soon
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9144 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Oct 15, 2003
1 parent 803f03e commit 60fa583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/CodeGen/RegAlloc/IGNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#define IGNODE_H

#include "LiveRange.h"
#include <vector>
class RegClass;

//----------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions lib/Target/SparcV9/RegAlloc/IGNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#define IGNODE_H

#include "LiveRange.h"
#include <vector>
class RegClass;

//----------------------------------------------------------------------------
Expand Down

0 comments on commit 60fa583

Please sign in to comment.