From 6a3cd8310df8b7834c6a5a1e5587e108eab1241d Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Sun, 30 Apr 2023 13:13:38 -0700 Subject: [PATCH] Add includes --- source/Disk.cpp | 1 + source/Disk.h | 1 + source/DiskFormatTrack.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/source/Disk.cpp b/source/Disk.cpp index 7da68904..3d284f50 100644 --- a/source/Disk.cpp +++ b/source/Disk.cpp @@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include "Memory.h" #include "Registry.h" #include "SaveState.h" +#include "Windows/Win32Frame.h" #include "YamlHelper.h" #include "../resource/resource.h" diff --git a/source/Disk.h b/source/Disk.h index ae1e6ae2..20c1c36d 100644 --- a/source/Disk.h +++ b/source/Disk.h @@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "Card.h" +#include "Log.h" #include "DiskLog.h" #include "DiskFormatTrack.h" #include "DiskImage.h" diff --git a/source/DiskFormatTrack.cpp b/source/DiskFormatTrack.cpp index e3847f99..51d239ca 100644 --- a/source/DiskFormatTrack.cpp +++ b/source/DiskFormatTrack.cpp @@ -46,6 +46,7 @@ Writes the following: (in 1 continuous write operation) #include "DiskFormatTrack.h" #include "Disk.h" +#include "Interface.h" // GetFrame() #include "YamlHelper.h" // Occurs on these conditions: