diff options
Diffstat (limited to 'src/lib/formats/kc85_dsk.cpp')
-rw-r--r-- | src/lib/formats/kc85_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/kc85_dsk.cpp b/src/lib/formats/kc85_dsk.cpp index 84111ff1171..0648289af71 100644 --- a/src/lib/formats/kc85_dsk.cpp +++ b/src/lib/formats/kc85_dsk.cpp @@ -8,7 +8,7 @@ *********************************************************************/ -#include <assert.h> +#include <cassert> #include "formats/kc85_dsk.h" |