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