More cleanups for MachineOperand:
[oota-llvm.git] / include / llvm / CodeGen / MachineJumpTableInfo.h
index d440268e565de13285571687c0cb2b4fcf7e9150..bccd65dfbd060e331b29a67b4cb4fb3f4d1ba65e 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Nate Begeman and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -22,6 +22,7 @@
 
 #include <vector>
 #include <iosfwd>
+#include <cassert>
 
 namespace llvm {