From 2164dd2e0c28e1683ea92487a3e69f7c54853376 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Mon, 9 Jun 2014 10:49:41 -0400 Subject: [PATCH] fix FC_CAPTURE_AND_RETHROW --- include/fc/exception/exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/exception/exception.hpp b/include/fc/exception/exception.hpp index c83b9d0..081b17e 100644 --- a/include/fc/exception/exception.hpp +++ b/include/fc/exception/exception.hpp @@ -3,7 +3,7 @@ * @file exception.hpp * @brief Defines exception's used by fc */ -#include +#include #include #include #include