diff options
Diffstat (limited to 'src/LineMarker.cxx')
-rw-r--r-- | src/LineMarker.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx index 6239d1c9d..53d9617c4 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -5,8 +5,8 @@ // Copyright 1998-2011 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. -#include <string.h> -#include <math.h> +#include <cstring> +#include <cmath> #include <stdexcept> #include <vector> |