From 2e7e14df1ca42053b1cb102d7cda63e734c24ed1 Mon Sep 17 00:00:00 2001 From: Nathan Hourt Date: Sat, 2 May 2015 15:37:36 -0400 Subject: [PATCH] Add missing #include --- include/fc/safe.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/fc/safe.hpp b/include/fc/safe.hpp index 2482621..9f165b4 100644 --- a/include/fc/safe.hpp +++ b/include/fc/safe.hpp @@ -2,6 +2,8 @@ #include #include +#include + namespace fc { /**