mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
commit
3abd2eec6b
5 changed files with 7 additions and 1 deletions
1
deps/mysqlConnector/Connection.cpp
vendored
1
deps/mysqlConnector/Connection.cpp
vendored
|
@ -4,6 +4,7 @@
|
|||
#include "PreparedStatement.h"
|
||||
#include <mysql.h>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
Mysql::Connection::Connection( std::shared_ptr< MySqlBase > pBase,
|
||||
|
|
1
deps/mysqlConnector/Connection.h
vendored
1
deps/mysqlConnector/Connection.h
vendored
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <memory>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include "MysqlCommon.h"
|
||||
|
||||
typedef struct st_mysql MYSQL;
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
#include <map>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <string.h> // ?
|
||||
#include <string>
|
||||
|
||||
namespace Sapphire::Api
|
||||
{
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef SAPPHIRE_DBCOMMON_H
|
||||
#define SAPPHIRE_DBCOMMON_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Sapphire::Db
|
||||
{
|
||||
struct ConnectionInfo
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <Common.h>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
namespace Sapphire
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue