diff options
Diffstat (limited to 'src/lib/formats/oric_dsk.cpp')
-rw-r--r-- | src/lib/formats/oric_dsk.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/oric_dsk.cpp b/src/lib/formats/oric_dsk.cpp index f5b0783a112..df6fa1a2ba9 100644 --- a/src/lib/formats/oric_dsk.cpp +++ b/src/lib/formats/oric_dsk.cpp @@ -12,6 +12,8 @@ #include "ioprocs.h" +#include <cstring> + const char *oric_dsk_format::name() const { |