From 1da6916b847c9e928a713e3835df0234adaac8a3 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 20 Jun 2016 18:01:50 +1000 Subject: [PATCH] crypto/arc4: add missing required headers --- crypto/arc4.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/arc4.cpp b/crypto/arc4.cpp index adaa8bd7..792a0e16 100644 --- a/crypto/arc4.cpp +++ b/crypto/arc4.cpp @@ -17,6 +17,7 @@ #include "arc4.hpp" #include +#include using util::crypto::ARC4;