summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Debugger/RuntimeInfo.h1
-rw-r--r--llvm/lib/Debugger/SourceLanguage-Unknown.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Debugger/RuntimeInfo.h b/llvm/include/llvm/Debugger/RuntimeInfo.h
index 360b923e55d..5e798e8e240 100644
--- a/llvm/include/llvm/Debugger/RuntimeInfo.h
+++ b/llvm/include/llvm/Debugger/RuntimeInfo.h
@@ -19,6 +19,7 @@
#define LLVM_DEBUGGER_RUNTIMEINFO_H
#include <vector>
+#include <cassert>
namespace llvm {
class ProgramInfo;
diff --git a/llvm/lib/Debugger/SourceLanguage-Unknown.cpp b/llvm/lib/Debugger/SourceLanguage-Unknown.cpp
index 7d262d1131e..806eb71dd0d 100644
--- a/llvm/lib/Debugger/SourceLanguage-Unknown.cpp
+++ b/llvm/lib/Debugger/SourceLanguage-Unknown.cpp
@@ -16,6 +16,7 @@
#include "llvm/Debugger/SourceLanguage.h"
#include "llvm/Debugger/ProgramInfo.h"
#include <iostream>
+#include <cassert>
using namespace llvm;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud