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 | 2dae619567d559af652c2af093556cdce33779e3 (patch) | |
tree | 6a9d405aa40c53f6fcee2b14d064ec18e0411a68 /test/unit/testPartitioning.cxx | |
parent | 4d96e72c0fe1549704b2e22602d586e051d5e6fb (diff) | |
download | scintilla-mirror-2dae619567d559af652c2af093556cdce33779e3.tar.gz |
Backport: Include header needed for ptrdiff_t.
Backport of changeset 6635:f59121877e75.
Diffstat (limited to 'test/unit/testPartitioning.cxx')
-rw-r--r-- | test/unit/testPartitioning.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testPartitioning.cxx b/test/unit/testPartitioning.cxx index 68471979b..69bbe7957 100644 --- a/test/unit/testPartitioning.cxx +++ b/test/unit/testPartitioning.cxx @@ -1,5 +1,6 @@ // Unit Tests for Scintilla internal data structures +#include <cstddef> #include <cstring> #include <stdexcept> |