Including sstream lib in eoExceptions.h

This commit is contained in:
Ronaldd Pinho 2019-06-29 19:01:37 -03:00
commit 782b207a4d

View file

@ -26,6 +26,7 @@ Johann Dréo <johann.dreo@thalesgroup.com>
#include <ctime>
#include <stdexcept>
#include <sstream>
class eoMaxException : public std::exception {};