From: vsr Date: Wed, 15 Oct 2008 10:41:34 +0000 (+0000) Subject: Issue 0019981: integrate patch for compilation with cmake (from E.Adam) X-Git-Tag: V5_1_0a3~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a6f139612cb6630a529b5783bab3dbb378dfd1cb;p=modules%2Fkernel.git Issue 0019981: integrate patch for compilation with cmake (from E.Adam) --- diff --git a/src/Utils/Utils_SALOME_Exception.hxx b/src/Utils/Utils_SALOME_Exception.hxx index 3cfc71370..5a8e3a91e 100644 --- a/src/Utils/Utils_SALOME_Exception.hxx +++ b/src/Utils/Utils_SALOME_Exception.hxx @@ -57,6 +57,10 @@ # define UTILS_EXPORT #endif +class SALOME_Exception; + +UTILS_EXPORT std::ostream& operator<<( std::ostream&, const SALOME_Exception& ); + class UTILS_EXPORT SALOME_Exception : public std::exception {