diff options
Diffstat (limited to 'src/lib/formats/fmsx_cas.cpp')
-rw-r--r-- | src/lib/formats/fmsx_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/fmsx_cas.cpp b/src/lib/formats/fmsx_cas.cpp index 6da8fc47f81..3b00b81dc92 100644 --- a/src/lib/formats/fmsx_cas.cpp +++ b/src/lib/formats/fmsx_cas.cpp @@ -1,6 +1,6 @@ // license:BSD-3-Clause // copyright-holders:Sean Young -#include <assert.h> +#include <cassert> #include "formats/fmsx_cas.h" |