summaryrefslogtreecommitdiff
path: root/tools/llvm-db
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-05 05:47:19 +0000
committerChris Lattner <sabre@nondot.org>2004-01-05 05:47:19 +0000
commitd508776cd5a70afe85a0811ed44c4c71db0cc250 (patch)
tree518824ffa1f0faba2425a41270792e5aa8b775e9 /tools/llvm-db
parent60a57584f6e37c161828e9e223a7b9fa8b5947ee (diff)
downloadllvm-d508776cd5a70afe85a0811ed44c4c71db0cc250.tar.gz
llvm-d508776cd5a70afe85a0811ed44c4c71db0cc250.tar.bz2
llvm-d508776cd5a70afe85a0811ed44c4c71db0cc250.tar.xz
/me slaps head
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10694 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-db')
-rw-r--r--tools/llvm-db/CLICommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-db/CLICommand.h b/tools/llvm-db/CLICommand.h
index 25451e747f..ad8b8403bd 100644
--- a/tools/llvm-db/CLICommand.h
+++ b/tools/llvm-db/CLICommand.h
@@ -17,6 +17,7 @@
#include <string>
#include <vector>
+#include <cassert>
namespace llvm {
class CLIDebugger;