Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2016-11-03 11:20:22 +01:00
commit b4951ff2ea

View file

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