aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-06 20:59:23 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-06 20:59:23 +1000
commit7e38164a212a73b8c3eabb351a40ba49807ed5f9 (patch)
tree4b285b312abefa82476b527fd1b1ff9cade225f0 /src/RESearch.cxx
parent3d306c9e78228fc77fcd7e7a9f7b4f5415875681 (diff)
downloadscintilla-mirror-7e38164a212a73b8c3eabb351a40ba49807ed5f9.tar.gz
Ensuring ptrdiff_t is available by including <cstddef>.
Diffstat (limited to 'src/RESearch.cxx')
-rw-r--r--src/RESearch.cxx1
1 files changed, 1 insertions, 0 deletions
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>