diff options
Diffstat (limited to 'src/lib/formats/fmtowns_dsk.cpp')
-rw-r--r-- | src/lib/formats/fmtowns_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/fmtowns_dsk.cpp b/src/lib/formats/fmtowns_dsk.cpp index 633b53fcd87..13d1408ba4b 100644 --- a/src/lib/formats/fmtowns_dsk.cpp +++ b/src/lib/formats/fmtowns_dsk.cpp @@ -8,7 +8,7 @@ * Created on: 23/03/2014 */ - #include <assert.h> + #include <cassert> #include "formats/fmtowns_dsk.h" |