Add missing #include
authorChris Lattner <sabre@nondot.org>
Sat, 20 Nov 2004 23:40:54 +0000 (23:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Nov 2004 23:40:54 +0000 (23:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18058 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineRelocation.h

index 96d6c688a772554a0bfab8c42137c20462eeeda3..8a6ff473d1baacd6ba5c642b14b52d8a195d79a4 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_CODEGEN_MACHINERELOCATION_H
 
 #include "llvm/Support/DataTypes.h"
+#include <cassert>
 
 namespace llvm {
 class GlobalValue;