mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Merge pull request #8 from htc16/AzerothCore
Use C string.h instead of C++ string include
This commit is contained in:
commit
6e6acd9c1c
@ -14,7 +14,7 @@
|
||||
#include <locale>
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
void split(std::vector<std::string>& dest, std::string const str, char const* delim)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user