diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/AST/CommentCommandTraits.cpp')
-rw-r--r-- | contrib/llvm-project/clang/lib/AST/CommentCommandTraits.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/clang/lib/AST/CommentCommandTraits.cpp b/contrib/llvm-project/clang/lib/AST/CommentCommandTraits.cpp index b306fcbb154f..bdc0dd47fb7d 100644 --- a/contrib/llvm-project/clang/lib/AST/CommentCommandTraits.cpp +++ b/contrib/llvm-project/clang/lib/AST/CommentCommandTraits.cpp @@ -8,6 +8,7 @@ #include "clang/AST/CommentCommandTraits.h" #include "llvm/ADT/STLExtras.h" +#include <cassert> namespace clang { namespace comments { |