/me slaps forehead
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2004 05:45:25 +0000 (05:45 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2004 05:45:25 +0000 (05:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10693 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Debugger/RuntimeInfo.h
lib/Debugger/SourceLanguage-Unknown.cpp

index 360b923e55d43eab212ae74a91e4c7f419cbf211..5e798e8e240c17ba805ab5af87e3e95045ee0931 100644 (file)
@@ -19,6 +19,7 @@
 #define LLVM_DEBUGGER_RUNTIMEINFO_H
 
 #include <vector>
+#include <cassert>
 
 namespace llvm {
   class ProgramInfo;
index 7d262d1131ea89fc4e14c21961735c9a46188fd4..806eb71dd0d179ba9feb90e5b90aed15fb7ab879 100644 (file)
@@ -16,6 +16,7 @@
 #include "llvm/Debugger/SourceLanguage.h"
 #include "llvm/Debugger/ProgramInfo.h"
 #include <iostream>
+#include <cassert>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//