diff options
Diffstat (limited to 'src/lib/formats/d81_dsk.cpp')
-rw-r--r-- | src/lib/formats/d81_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/d81_dsk.cpp b/src/lib/formats/d81_dsk.cpp index 714b9c3cd9e..a7f01c9c92e 100644 --- a/src/lib/formats/d81_dsk.cpp +++ b/src/lib/formats/d81_dsk.cpp @@ -73,7 +73,7 @@ PER SECTOR ORGANIZATION: */ -#include <assert.h> +#include <cassert> #include "formats/d81_dsk.h" |