From 1a4bde36be016188ef2e00e1a15e3bf232575375 Mon Sep 17 00:00:00 2001 From: tevador Date: Tue, 30 Apr 2019 21:33:02 +0200 Subject: [PATCH] Fixed a missing header dependency --- src/common.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.hpp b/src/common.hpp index f5e9361..92a36c9 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -21,6 +21,7 @@ along with RandomX. If not, see. #include #include +#include #include "blake2/endian.h" #include "configuration.h" #include "randomx.h"