1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

stdexcept header for linux#

This commit is contained in:
Mordred 2017-09-23 23:56:49 +02:00
parent 696cbc6039
commit 14a26f3bfd

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)
{