/me slaps head


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10694 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-db/CLICommand.h b/tools/llvm-db/CLICommand.h
index 25451e7..ad8b840 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;