summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/d80_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/d80_dsk.cpp')
-rw-r--r--src/lib/formats/d80_dsk.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/formats/d80_dsk.cpp b/src/lib/formats/d80_dsk.cpp
index d350411b159..338f00292a9 100644
--- a/src/lib/formats/d80_dsk.cpp
+++ b/src/lib/formats/d80_dsk.cpp
@@ -8,10 +8,11 @@
*********************************************************************/
-#include <cassert>
-
#include "formats/d80_dsk.h"
+#include "ioprocs.h"
+
+
d80_format::d80_format() : d64_format(file_formats), formats(nullptr)
{
}