From 7e38164a212a73b8c3eabb351a40ba49807ed5f9 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 6 May 2018 20:59:23 +1000 Subject: Ensuring ptrdiff_t is available by including . --- src/AutoComplete.cxx | 1 + src/CallTip.cxx | 1 + src/RESearch.cxx | 1 + src/Selection.cxx | 1 + 4 files changed, 4 insertions(+) (limited to 'src') 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 // The License.txt file describes the conditions under which this software may be distributed. +#include #include #include #include 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 // The License.txt file describes the conditions under which this software may be distributed. +#include #include #include #include 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 #include #include 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 // The License.txt file describes the conditions under which this software may be distributed. +#include #include #include -- cgit v1.2.3