From 782b207a4d8c5dedff92db7e3c84c0d0a08b89c8 Mon Sep 17 00:00:00 2001 From: Ronaldd Pinho Date: Sat, 29 Jun 2019 19:01:37 -0300 Subject: [PATCH] Including sstream lib in eoExceptions.h --- eo/src/eoExceptions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/src/eoExceptions.h b/eo/src/eoExceptions.h index 4d56ddb95..56b5fbfd8 100644 --- a/eo/src/eoExceptions.h +++ b/eo/src/eoExceptions.h @@ -26,6 +26,7 @@ Johann Dréo #include #include +#include class eoMaxException : public std::exception {};