diff options
Diffstat (limited to 'src/lib/formats/agat840k_hle_dsk.cpp')
-rw-r--r-- | src/lib/formats/agat840k_hle_dsk.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/formats/agat840k_hle_dsk.cpp b/src/lib/formats/agat840k_hle_dsk.cpp index 52cdd4668be..e873a8563c8 100644 --- a/src/lib/formats/agat840k_hle_dsk.cpp +++ b/src/lib/formats/agat840k_hle_dsk.cpp @@ -12,9 +12,10 @@ ************************************************************************/ -#include <assert.h> +#include "agat840k_hle_dsk.h" +#include "imageutl.h" -#include "formats/agat840k_hle_dsk.h" +#include <cstring> static FLOPPY_IDENTIFY(agat840k_hle_dsk_identify) |