mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 10:17:46 +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 "PreparedStatement.h"
|
||||
#include <mysql.h>
|
||||
#include <stdexcept>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// fixes compile error when compiling with vs2019
|
||||
#include <stdexcept>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
Mysql::Connection::Connection( std::shared_ptr< MySqlBase > pBase,
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
|
||||
struct PCB_HEADER
|
||||
{
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
|
||||
struct PCB_HEADER
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue