#include vector which we will need here soon
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2003 22:09:32 +0000 (22:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2003 22:09:32 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9144 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/IGNode.h
lib/Target/SparcV9/RegAlloc/IGNode.h

index 6743a9083068c0f943a4ba04da5721014565a609..ddb70746fc5b689244cdd6386d67ac3d912dd99d 100644 (file)
@@ -25,6 +25,7 @@
 #define IGNODE_H
 
 #include "LiveRange.h"
+#include <vector>
 class RegClass;
 
 //----------------------------------------------------------------------------
index 6743a9083068c0f943a4ba04da5721014565a609..ddb70746fc5b689244cdd6386d67ac3d912dd99d 100644 (file)
@@ -25,6 +25,7 @@
 #define IGNODE_H
 
 #include "LiveRange.h"
+#include <vector>
 class RegClass;
 
 //----------------------------------------------------------------------------