Skip to content

Commit

Permalink
Try to fix MacOS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1maker committed Aug 27, 2024
1 parent 6bc4ebb commit e3aadb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SRC/AVSpeech.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Thanks Gruia for implementing AVSpeech.
#include "../Include/SRAL.h"
#include "Engine.h"
#include <string>
#import <AVFoundation/AVFoundation.h>
#import <Foundation/Foundation.h>
#import <AVFoundation/AVFoundation.h>

class AVSpeech : public Engine {
public:
bool Speak(const char* text, bool interrupt)override;
Expand Down

0 comments on commit e3aadb8

Please sign in to comment.