mirror of
https://github.com/TomHarte/CLK.git
synced 2025-12-20 06:16:41 +00:00
Add missing header, CMake file.
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
using namespace Storage;
|
using namespace Storage;
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,12 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Numeric/BitStream.hpp"
|
#include "Numeric/BitStream.hpp"
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <cstring>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@@ -226,6 +226,7 @@ set(CLK_SOURCES
|
|||||||
Storage/MassStorage/Formats/DSK.cpp
|
Storage/MassStorage/Formats/DSK.cpp
|
||||||
Storage/MassStorage/Formats/HDV.cpp
|
Storage/MassStorage/Formats/HDV.cpp
|
||||||
Storage/MassStorage/Formats/HFV.cpp
|
Storage/MassStorage/Formats/HFV.cpp
|
||||||
|
Storage/MassStorage/Formats/VHD.cpp
|
||||||
Storage/MassStorage/MassStorageDevice.cpp
|
Storage/MassStorage/MassStorageDevice.cpp
|
||||||
Storage/MassStorage/SCSI/DirectAccessDevice.cpp
|
Storage/MassStorage/SCSI/DirectAccessDevice.cpp
|
||||||
Storage/MassStorage/SCSI/SCSI.cpp
|
Storage/MassStorage/SCSI/SCSI.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user