Add required #include
authorChris Lattner <sabre@nondot.org>
Thu, 6 Jan 2005 03:25:27 +0000 (03:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 Jan 2005 03:25:27 +0000 (03:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19302 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ValueTypes.h

index e67a52a5826ef32b1fd98bfe2c70049f7c893881..ca430e4a252c2e018be32babf4f1d39c401f932d 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef LLVM_CODEGEN_VALUETYPES_H
 #define LLVM_CODEGEN_VALUETYPES_H
 
+#include <cassert>
+
 namespace llvm {
 
 /// MVT namespace - This namespace defines the ValueType enum, which contains