diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/AutoComplete.cxx | 1 | ||||
-rw-r--r-- | src/CallTip.cxx | 1 | ||||
-rw-r--r-- | src/RESearch.cxx | 1 | ||||
-rw-r--r-- | src/Selection.cxx | 1 |
4 files changed, 4 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> diff --git a/src/CallTip.cxx b/src/CallTip.cxx index 21cf6e3d3..378498045 100644 --- a/src/CallTip.cxx +++ b/src/CallTip.cxx @@ -5,6 +5,7 @@ // Copyright 1998-2001 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 <cstring> #include <cstdio> diff --git a/src/RESearch.cxx b/src/RESearch.cxx index b590e9d71..d29549ac2 100644 --- a/src/RESearch.cxx +++ b/src/RESearch.cxx @@ -200,6 +200,7 @@ * matches: foo-foo fo-fo fob-fob foobar-foobar ... */ +#include <cstddef> #include <cstdlib> #include <stdexcept> diff --git a/src/Selection.cxx b/src/Selection.cxx index dc4d179d9..92a34f7da 100644 --- a/src/Selection.cxx +++ b/src/Selection.cxx @@ -5,6 +5,7 @@ // Copyright 2009 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 <stdexcept> |