mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-14 14:37:45 +00:00
Linux needs memcopy from string.h
This commit is contained in:
parent
58517dc731
commit
98899756fb
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <clocale>
|
||||
#include <vector>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <string.h>
|
||||
|
||||
Core::Db::ResultSet::ResultSet( MYSQL_RES *res, Core::Db::Statement *par )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue