Skip to content

Commit 51c6941

Browse files
committed
fix WbMicrosoftTextToSpeech.cpp
clang is funny
1 parent e300503 commit 51c6941

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/webots/sound/WbMicrosoftTextToSpeech.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
#include <QtCore/QObject>
2020
#include <QtCore/QVector>
2121

22-
#include <sapi.h>
2322
#include <windows.h>
23+
24+
#include <sapi.h>
2425
#include <cassert>
2526

2627
static QString gError = "";

0 commit comments

Comments
 (0)