[llvm-commits] [llvm] r79469 - /llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
David Greene
greened at obbligato.org
Wed Aug 19 14:22:19 PDT 2009
Author: greened
Date: Wed Aug 19 16:22:18 2009
New Revision: 79469
URL: http://llvm.org/viewvc/llvm-project?rev=79469&view=rev
Log:
Add missing includes.
Modified:
llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h?rev=79469&r1=79468&r2=79469&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h Wed Aug 19 16:22:18 2009
@@ -15,6 +15,7 @@
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
#include "llvm/ADT/BitVector.h"
+#include "llvm/ADT/DenseSet.h"
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <iosfwd>
More information about the llvm-commits
mailing list