tts : add matchematical constant

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-12-11 20:31:20 +02:00
parent a92f4137fb
commit ef273678d0
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -4,6 +4,8 @@
#include "log.h"
#include "llama.h"
#define _USE_MATH_DEFINES // For M_PI on MSVC
#include <algorithm>
#include <cstdio>
#include <cmath>