diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-06-12 12:39:29 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-06-12 12:39:29 +0800 |
commit | 0d6f61b0902bd9cabaef4110fc7b7485964795b4 (patch) | |
tree | e6f88f3a58b55dc2df58559322ec6eca738a760a /cpp/include/IceUtil/Exception.h | |
parent | Solaris gcc fixes. (diff) | |
download | ice-0d6f61b0902bd9cabaef4110fc7b7485964795b4.tar.bz2 ice-0d6f61b0902bd9cabaef4110fc7b7485964795b4.tar.xz ice-0d6f61b0902bd9cabaef4110fc7b7485964795b4.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2242
Diffstat (limited to 'cpp/include/IceUtil/Exception.h')
-rw-r--r-- | cpp/include/IceUtil/Exception.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/Exception.h b/cpp/include/IceUtil/Exception.h index 125be702929..02b0b72d93f 100644 --- a/cpp/include/IceUtil/Exception.h +++ b/cpp/include/IceUtil/Exception.h @@ -12,6 +12,8 @@ #include <IceUtil/Config.h> +#include <exception> + namespace IceUtil { |