From 51b01b551ade992ede6f297a3d1c5f27c823c137 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 6 May 2018 20:59:23 +1000 Subject: Backport: Ensuring ptrdiff_t is available by including . Backport of changeset 6921:f9b81cb21ed1. --- src/AutoComplete.cxx | 1 + src/CallTip.cxx | 1 + src/Selection.cxx | 1 + 3 files changed, 3 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/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