mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Enable Compilation on More Platforms
Solves the "fatal error: no member named 'find_if' in namespace 'std'" compiler error experienced by certain environments.
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
void split(std::vector<std::string>& dest, std::string const str, char const* delim)
|
void split(std::vector<std::string>& dest, std::string const str, char const* delim)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user