Add algorithm include

- as std::count and std::reverse are used
This commit is contained in:
Nikolaj Schlej 2016-07-16 07:42:03 +02:00
parent fe56c5c84c
commit f3a6aba4c4

View File

@ -22,6 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <stdint.h> #include <stdint.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <algorithm>
class UByteArray class UByteArray
{ {