You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2007/09/22 07:34:24 UTC

svn commit: r578373 - /xml/security/trunk/c/src/framework/XSECError.hpp

Author: scantor
Date: Fri Sep 21 22:34:23 2007
New Revision: 578373

URL: http://svn.apache.org/viewvc?rev=578373&view=rev
Log:
Switch to proper std header.

Modified:
    xml/security/trunk/c/src/framework/XSECError.hpp

Modified: xml/security/trunk/c/src/framework/XSECError.hpp
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/src/framework/XSECError.hpp?rev=578373&r1=578372&r2=578373&view=diff
==============================================================================
--- xml/security/trunk/c/src/framework/XSECError.hpp (original)
+++ xml/security/trunk/c/src/framework/XSECError.hpp Fri Sep 21 22:34:23 2007
@@ -28,7 +28,7 @@
 #include <xsec/framework/XSECDefs.hpp>
 #include <xsec/framework/XSECException.hpp>
 #include <xsec/enc/XSECCryptoException.hpp>
-#include <exception>
+#include <new>
 
 /**
  * @defgroup pubsig Main Signature API