Skip to content

Commit ef27367

Browse files
committed
tts : add matchematical constant
ggml-ci
1 parent a92f413 commit ef27367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/tts/tts.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "log.h"
55
#include "llama.h"
66

7+
#define _USE_MATH_DEFINES // For M_PI on MSVC
8+
79
#include <algorithm>
810
#include <cstdio>
911
#include <cmath>

0 commit comments

Comments
 (0)