mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 18:27:47 +00:00
Fix building on latest *nux
This commit is contained in:
parent
991e0551c3
commit
84eb23cdfb
3 changed files with 3 additions and 4 deletions
5
deps/mysqlConnector/Connection.cpp
vendored
5
deps/mysqlConnector/Connection.cpp
vendored
|
@ -3,11 +3,8 @@
|
||||||
#include "Statement.h"
|
#include "Statement.h"
|
||||||
#include "PreparedStatement.h"
|
#include "PreparedStatement.h"
|
||||||
#include <mysql.h>
|
#include <mysql.h>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
// fixes compile error when compiling with vs2019
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#endif
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
Mysql::Connection::Connection( std::shared_ptr< MySqlBase > pBase,
|
Mysql::Connection::Connection( std::shared_ptr< MySqlBase > pBase,
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
struct PCB_HEADER
|
struct PCB_HEADER
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
struct PCB_HEADER
|
struct PCB_HEADER
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue