diff options
Diffstat (limited to 'tools/llvm-db/CLICommand.h')
-rw-r--r-- | tools/llvm-db/CLICommand.h | 1 |
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; |