From ba1dc880e50dce5cd704f90d89a2c665a08dfc31 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Wed, 26 Apr 2023 21:47:06 -0700 Subject: [PATCH] Add Log.h to Disk.h --- source/Disk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Disk.h b/source/Disk.h index f9050d15..de959b69 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"