From 88ab90b4757e481b627bb61b0eaca5ed2aa22b4d Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Thu, 2 Oct 2008 20:15:08 +0000 Subject: [PATCH] fix build gcc 4.3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56965 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/PBQP.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/PBQP.cpp b/lib/CodeGen/PBQP.cpp index ade9e7ce532..00ca2a82f4b 100644 --- a/lib/CodeGen/PBQP.cpp +++ b/lib/CodeGen/PBQP.cpp @@ -15,6 +15,7 @@ #include #include +#include #include "PBQP.h"