Fixed Mac compile error
This commit is contained in:
parent
8a4ac27577
commit
0f1b55508c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace Util {
|
namespace Util {
|
||||||
bool stringScan(const std::string & src, const std::string & pattern, std::deque<std::string> & result);
|
bool stringScan(const std::string & src, const std::string & pattern, std::deque<std::string> & result);
|
||||||
|
|
Loading…
Add table
Reference in a new issue