diff options
Diffstat (limited to 'src/lib/formats/pasti_dsk.cpp')
-rw-r--r-- | src/lib/formats/pasti_dsk.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/formats/pasti_dsk.cpp b/src/lib/formats/pasti_dsk.cpp index 1a418096cd3..1822bf7e5ad 100644 --- a/src/lib/formats/pasti_dsk.cpp +++ b/src/lib/formats/pasti_dsk.cpp @@ -1,9 +1,12 @@ // license:BSD-3-Clause // copyright-holders:Olivier Galibert #include "pasti_dsk.h" +#include "imageutl.h" #include "ioprocs.h" +#include <cstring> + // Pasti format supported using the documentation at // http://www.sarnau.info/atari:pasti_file_format |