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