diff options
author | Mitchell Foral <unknown> | 2018-03-21 07:13:13 +1100 |
---|---|---|
committer | Mitchell Foral <unknown> | 2018-03-21 07:13:13 +1100 |
commit | 10f384ad2085f5d61959c0acc7e32e0fc5a32394 (patch) | |
tree | b9be077311a2e2230d8112755d79ba89a0c132c8 /test/unit/testContractionState.cxx | |
parent | 9e4be39ac7b334239d719623ba33fb8fd279a3f3 (diff) | |
download | scintilla-mirror-10f384ad2085f5d61959c0acc7e32e0fc5a32394.tar.gz |
Include header needed for ptrdiff_t.
Diffstat (limited to 'test/unit/testContractionState.cxx')
-rw-r--r-- | test/unit/testContractionState.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testContractionState.cxx b/test/unit/testContractionState.cxx index a0d5fb0da..a0eee4634 100644 --- a/test/unit/testContractionState.cxx +++ b/test/unit/testContractionState.cxx @@ -1,5 +1,6 @@ // Unit Tests for Scintilla internal data structures +#include <cstddef> #include <cstring> #include <stdexcept> |