From ed775a594fb767d63851ede95480f951b9913673 Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Wed, 14 Nov 2018 17:54:09 +0100 Subject: [PATCH] Added missing include --- include/fc/thread/parallel.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/fc/thread/parallel.hpp b/include/fc/thread/parallel.hpp index e9311ab..59f9cf6 100644 --- a/include/fc/thread/parallel.hpp +++ b/include/fc/thread/parallel.hpp @@ -28,6 +28,8 @@ #include #include +#include + namespace fc { namespace detail {