1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 09:17:47 +00:00

stdexcept header for linux#

This commit is contained in:
Mordred 2017-09-23 23:56:49 +02:00
parent 8ab5012e4d
commit 0d10a4fdfd

View file

@ -2,6 +2,7 @@
#include "DataType.h"
#include <mysql.h>
#include <vector>
#include <stdexcept>
long double Util::strtold(const char *nptr, char **endptr)
{