diff options
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r-- | src/AutoComplete.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index fc4f947a5..886ace4af 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -5,6 +5,7 @@ // Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. +#include <cstddef> #include <cstdlib> #include <cassert> #include <cstring> |