From f3a6aba4c4c6a7dcb7c41641dbb8e307e0cd616b Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Sat, 16 Jul 2016 07:42:03 +0200 Subject: [PATCH] Add algorithm include - as std::count and std::reverse are used --- common/ubytearray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/ubytearray.h b/common/ubytearray.h index addfeae..174c3de 100644 --- a/common/ubytearray.h +++ b/common/ubytearray.h @@ -22,6 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include +#include class UByteArray {