diff --git a/examples/tts/tts.cpp b/examples/tts/tts.cpp index 33ecb8aaf..c174efe30 100644 --- a/examples/tts/tts.cpp +++ b/examples/tts/tts.cpp @@ -4,6 +4,8 @@ #include "log.h" #include "llama.h" +#define _USE_MATH_DEFINES // For M_PI on MSVC + #include #include #include