diff options
Diffstat (limited to 'src/lib/formats/rx50_dsk.cpp')
-rw-r--r-- | src/lib/formats/rx50_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/rx50_dsk.cpp b/src/lib/formats/rx50_dsk.cpp index a58a8c5e59c..18bac995146 100644 --- a/src/lib/formats/rx50_dsk.cpp +++ b/src/lib/formats/rx50_dsk.cpp @@ -29,7 +29,7 @@ FORMAT A: /F:160 on DOS; turn MEDIACHK ON ************************************************************************/ -#include <assert.h> +#include <cassert> #include "flopimg.h" #include "formats/rx50_dsk.h" |