We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e300503 commit 51c6941Copy full SHA for 51c6941
1 file changed
src/webots/sound/WbMicrosoftTextToSpeech.cpp
@@ -19,8 +19,9 @@
19
#include <QtCore/QObject>
20
#include <QtCore/QVector>
21
22
-#include <sapi.h>
23
#include <windows.h>
+
24
+#include <sapi.h>
25
#include <cassert>
26
27
static QString gError = "";
0 commit comments