diff options
Diffstat (limited to 'src/PerLine.cxx')
-rw-r--r-- | src/PerLine.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PerLine.cxx b/src/PerLine.cxx index 6b1267b5d..ceace09f4 100644 --- a/src/PerLine.cxx +++ b/src/PerLine.cxx @@ -5,7 +5,8 @@ // Copyright 1998-2009 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. -#include <string.h> +#include <cstddef> +#include <cstring> #include <stdexcept> #include <vector> |