summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/csw_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/csw_cas.cpp')
-rw-r--r--src/lib/formats/csw_cas.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/csw_cas.cpp b/src/lib/formats/csw_cas.cpp
index 84aab50d3b8..9edea5c3ff7 100644
--- a/src/lib/formats/csw_cas.cpp
+++ b/src/lib/formats/csw_cas.cpp
@@ -22,10 +22,10 @@ Offset Value Type Description
*/
-#include <string.h>
+#include <cstring>
#include <zlib.h>
-#include <assert.h>
+#include <cassert>
#include "uef_cas.h"
#include "csw_cas.h"