diff options
Diffstat (limited to 'source/core/StarException.hpp')
-rw-r--r-- | source/core/StarException.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/core/StarException.hpp b/source/core/StarException.hpp index 0e6a4ed..87f0571 100644 --- a/source/core/StarException.hpp +++ b/source/core/StarException.hpp @@ -4,9 +4,8 @@ #include "StarMemory.hpp" #include "StarOutputProxy.hpp" - #include <string> - +#include <sstream> namespace Star { |