diff options
Diffstat (limited to 'include/clang/AST/StmtIterator.h')
-rw-r--r-- | include/clang/AST/StmtIterator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/StmtIterator.h b/include/clang/AST/StmtIterator.h index a48f4e69468a..4da2e3474b1c 100644 --- a/include/clang/AST/StmtIterator.h +++ b/include/clang/AST/StmtIterator.h @@ -16,6 +16,7 @@ #include "llvm/System/DataTypes.h" #include <cassert> +#include <cstddef> #include <iterator> namespace clang { |