From f2f71d0c9b651af2e46339ab711d1673a7438f86 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 17 Jun 2022 00:19:30 -0700 Subject: [PATCH] [SID Decoder] Fix capitalization of header file Header file name is Event.h, not event.h. Newly discovered bug on case- sensitive file system. Signed-off-by: Christopher Snowhill --- Plugins/sidplay/SidDecoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/sidplay/SidDecoder.h b/Plugins/sidplay/SidDecoder.h index e3b69a691..11c2ff0f4 100644 --- a/Plugins/sidplay/SidDecoder.h +++ b/Plugins/sidplay/SidDecoder.h @@ -12,7 +12,7 @@ #import #import #import -#import +#import #import #import