From bb35a113db901ce5ca0ca8e844045a543c7fa19d Mon Sep 17 00:00:00 2001 From: Duraid Madina Date: Mon, 26 Dec 2005 10:34:38 +0000 Subject: [PATCH] I laugh at your dual-core G5s! Fear my precompiled headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25019 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineConstantPool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index 47148e8dd11..cd4a5485a5a 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -22,6 +22,7 @@ #ifndef LLVM_CODEGEN_MACHINECONSTANTPOOL_H #define LLVM_CODEGEN_MACHINECONSTANTPOOL_H +#include #include namespace llvm {