Fixed Mac compile error

This commit is contained in:
Thulinma 2016-11-03 11:20:16 +01:00
parent 8a4ac27577
commit 0f1b55508c

View file

@ -1,5 +1,6 @@
#include <string>
#include <deque>
#include <stdint.h>
namespace Util {
bool stringScan(const std::string & src, const std::string & pattern, std::deque<std::string> & result);