1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-30 07:55:01 +00:00

Add missing header.

This commit is contained in:
Thomas Harte 2021-02-16 22:51:57 -05:00
parent e42843cca0
commit 772093c311

View File

@ -10,6 +10,8 @@
#include "MacintoshIMG.hpp"
#include <cstring>
using namespace Storage::Disk;
DiskImageHolderBase *Disk2MG::open(const std::string &file_name) {