From e4e2d4c3c130c74f369655c1da204a64fce9937a Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 15 Apr 2018 14:19:01 +0300 Subject: [PATCH] Add missing include for tests --- test/test_num_conv.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_num_conv.cpp b/test/test_num_conv.cpp index d88e143..c6e6654 100644 --- a/test/test_num_conv.cpp +++ b/test/test_num_conv.cpp @@ -9,6 +9,8 @@ #include #include +#include +#include void test_to_hex_array() {