/me slaps head

llvm-svn: 10694
diff --git a/llvm/tools/llvm-db/CLICommand.h b/llvm/tools/llvm-db/CLICommand.h
index 25451e7..ad8b840 100644
--- a/llvm/tools/llvm-db/CLICommand.h
+++ b/llvm/tools/llvm-db/CLICommand.h
@@ -17,6 +17,7 @@
 
 #include <string>
 #include <vector>
+#include <cassert>
 
 namespace llvm {
   class CLIDebugger;