diff options
Diffstat (limited to 'src/lib/formats/mz_cas.cpp')
-rw-r--r-- | src/lib/formats/mz_cas.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/mz_cas.cpp b/src/lib/formats/mz_cas.cpp index cfcf9f36ed8..e7af23aafb4 100644 --- a/src/lib/formats/mz_cas.cpp +++ b/src/lib/formats/mz_cas.cpp @@ -1,7 +1,7 @@ // license:BSD-3-Clause // copyright-holders:Nathan Woods -#include <string.h> -#include <assert.h> +#include <cstring> +#include <cassert> #include "mz_cas.h" #ifndef VERBOSE |