fix FC_CAPTURE_AND_RETHROW

This commit is contained in:
Daniel Larimer 2014-06-09 10:49:41 -04:00
parent 5068e39736
commit 2164dd2e0c

View file

@ -3,7 +3,7 @@
* @file exception.hpp * @file exception.hpp
* @brief Defines exception's used by fc * @brief Defines exception's used by fc
*/ */
#include <fc/log/log_message.hpp> #include <fc/log/logger.hpp>
#include <fc/optional.hpp> #include <fc/optional.hpp>
#include <exception> #include <exception>
#include <unordered_map> #include <unordered_map>