diff options
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r-- | src/CellBuffer.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 0001c812d..f437cc335 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -5,10 +5,11 @@ // Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. -#include <stdlib.h> -#include <string.h> -#include <stdio.h> -#include <stdarg.h> +#include <cstddef> +#include <cstdlib> +#include <cstring> +#include <cstdio> +#include <cstdarg> #include <stdexcept> #include <algorithm> |