From e3aadb88e2eaee7f7d0b2cce916072c08b6ca216 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 27 Aug 2024 21:14:44 +0300 Subject: [PATCH] Try to fix MacOS build. --- SRC/AVSpeech.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SRC/AVSpeech.h b/SRC/AVSpeech.h index 85ef77d..5193cd3 100644 --- a/SRC/AVSpeech.h +++ b/SRC/AVSpeech.h @@ -5,8 +5,9 @@ Thanks Gruia for implementing AVSpeech. #include "../Include/SRAL.h" #include "Engine.h" #include -#import #import +#import + class AVSpeech : public Engine { public: bool Speak(const char* text, bool interrupt)override;