Skip to content

Commit 40c021f

Browse files
committed
_USE_MATH_DEFINES
1 parent 08a1df1 commit 40c021f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/simple-tts/simple-tts.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define _USE_MATH_DEFINES // For M_PI on MSVC
2+
13
#include "llama.h"
24
#include "json.hpp"
35
#include <algorithm>

0 commit comments

Comments
 (0)