From 10f384ad2085f5d61959c0acc7e32e0fc5a32394 Mon Sep 17 00:00:00 2001 From: Mitchell Foral Date: Wed, 21 Mar 2018 07:13:13 +1100 Subject: Include header needed for ptrdiff_t. --- test/unit/testSplitVector.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/testSplitVector.cxx') diff --git a/test/unit/testSplitVector.cxx b/test/unit/testSplitVector.cxx index 59c661df0..2ed061263 100644 --- a/test/unit/testSplitVector.cxx +++ b/test/unit/testSplitVector.cxx @@ -1,5 +1,6 @@ // Unit Tests for Scintilla internal data structures +#include #include #include -- cgit v1.2.3