mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
stdexcept header for linux#
This commit is contained in:
parent
696cbc6039
commit
14a26f3bfd
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#include "DataType.h"
|
#include "DataType.h"
|
||||||
#include <mysql.h>
|
#include <mysql.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
long double Util::strtold(const char *nptr, char **endptr)
|
long double Util::strtold(const char *nptr, char **endptr)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue