aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testSparseVector.cxx
diff options
context:
space:
mode:
authorMitchell Foral <unknown>2018-03-21 07:13:13 +1100
committerMitchell Foral <unknown>2018-03-21 07:13:13 +1100
commit10f384ad2085f5d61959c0acc7e32e0fc5a32394 (patch)
treeb9be077311a2e2230d8112755d79ba89a0c132c8 /test/unit/testSparseVector.cxx
parent9e4be39ac7b334239d719623ba33fb8fd279a3f3 (diff)
downloadscintilla-mirror-10f384ad2085f5d61959c0acc7e32e0fc5a32394.tar.gz
Include header needed for ptrdiff_t.
Diffstat (limited to 'test/unit/testSparseVector.cxx')
-rw-r--r--test/unit/testSparseVector.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testSparseVector.cxx b/test/unit/testSparseVector.cxx
index 94f96c0df..ac60d3421 100644
--- a/test/unit/testSparseVector.cxx
+++ b/test/unit/testSparseVector.cxx
@@ -1,5 +1,6 @@
// Unit Tests for Scintilla internal data structures
+#include <cstddef>
#include <cassert>
#include <cstring>