aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ContractionState.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ContractionState.cxx')
-rw-r--r--src/ContractionState.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx
index bf4cd6767..03e363941 100644
--- a/src/ContractionState.cxx
+++ b/src/ContractionState.cxx
@@ -5,8 +5,9 @@
// Copyright 1998-2007 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#include <string.h>
-#include <assert.h>
+#include <cstddef>
+#include <cassert>
+#include <cstring>
#include <stdexcept>
#include <algorithm>