diff options
| -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> | 
