From ed4a300fd56a5b1857ce43c17f6d3a39958e7bf5 Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Sun, 4 Nov 2018 21:14:29 +0100 Subject: [PATCH] Added missing include --- include/fc/static_variant.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/fc/static_variant.hpp b/include/fc/static_variant.hpp index a1f8583..f5227af 100644 --- a/include/fc/static_variant.hpp +++ b/include/fc/static_variant.hpp @@ -14,6 +14,8 @@ #include #include #include + +#include #include namespace fc {