diff options
author | Neil <nyamatongwe@gmail.com> | 2016-03-07 09:49:53 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-03-07 09:49:53 +1100 |
commit | ea1cce031d89c714c5dde855fd804bea2ef5ce05 (patch) | |
tree | 149d9fad5404b02ae3daffbec3d087be70037ce2 /win32/PlatWin.cxx | |
parent | c0adcee750d176581437eaaa40bc72ed4afaa5f9 (diff) | |
download | scintilla-mirror-ea1cce031d89c714c5dde855fd804bea2ef5ce05.tar.gz |
Include stddef.h as using ptrdiff_t and stddef.h is its home.
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r-- | win32/PlatWin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index be27739c1..53b101e32 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -5,6 +5,7 @@ // Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. +#include <stddef.h> #include <stdlib.h> #include <string.h> #include <stdio.h> |