HB is *the* code janitor.
authorDuraid Madina <duraid@octopus.com.au>
Wed, 28 Dec 2005 04:55:42 +0000 (04:55 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Wed, 28 Dec 2005 04:55:42 +0000 (04:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25031 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocLinearScan.cpp

index 815f474090ffc502ae5b92e6505ef85123e0790a..fbf669285c31dd0fd92ab1e5b7815e992fea6897 100644 (file)
@@ -30,6 +30,7 @@
 #include <cmath>
 #include <set>
 #include <queue>
+#include <memory>
 using namespace llvm;
 
 namespace {