diff options
author | Neil <nyamatongwe@gmail.com> | 2018-05-06 20:59:23 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-05-06 20:59:23 +1000 |
commit | 7e38164a212a73b8c3eabb351a40ba49807ed5f9 (patch) | |
tree | 4b285b312abefa82476b527fd1b1ff9cade225f0 /src/Selection.cxx | |
parent | 3d306c9e78228fc77fcd7e7a9f7b4f5415875681 (diff) | |
download | scintilla-mirror-7e38164a212a73b8c3eabb351a40ba49807ed5f9.tar.gz |
Ensuring ptrdiff_t is available by including <cstddef>.
Diffstat (limited to 'src/Selection.cxx')
-rw-r--r-- | src/Selection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |