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/testCellBuffer.cxx | |
| parent | 9e4be39ac7b334239d719623ba33fb8fd279a3f3 (diff) | |
| download | scintilla-mirror-10f384ad2085f5d61959c0acc7e32e0fc5a32394.tar.gz | |
Include header needed for ptrdiff_t.
Diffstat (limited to 'test/unit/testCellBuffer.cxx')
| -rw-r--r-- | test/unit/testCellBuffer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testCellBuffer.cxx b/test/unit/testCellBuffer.cxx index d99214481..f0192423c 100644 --- a/test/unit/testCellBuffer.cxx +++ b/test/unit/testCellBuffer.cxx @@ -1,5 +1,6 @@ // Unit Tests for Scintilla internal data structures +#include <cstddef> #include <cstring> #include <stdexcept> #include <vector> |
