From a6f139612cb6630a529b5783bab3dbb378dfd1cb Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 15 Oct 2008 10:41:34 +0000 Subject: [PATCH] Issue 0019981: integrate patch for compilation with cmake (from E.Adam) --- src/Utils/Utils_SALOME_Exception.hxx | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.39.2