1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

Linux needs memcopy from string.h

This commit is contained in:
Mordred 2017-09-20 18:34:38 +02:00
parent 676de51fb3
commit 284ab211a4

View file

@ -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 )
{