From: Scott Cantor Date: Wed, 27 Oct 2010 02:07:05 +0000 (+0000) Subject: Need xstring declaration on older compilers. X-Git-Tag: 2.4RC1~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=88d83b570db6fc94daf7b5a5f5f5297cfbce0044 Need xstring declaration on older compilers. --- diff --git a/saml/signature/ContentReference.h b/saml/signature/ContentReference.h index 6ff8f3d..c688f71 100644 --- a/saml/signature/ContentReference.h +++ b/saml/signature/ContentReference.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2009 Internet2 + * Copyright 2001-2010 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,7 @@ #include #include -#ifdef HAVE_GOOD_STL -# include -#endif +#include #include namespace xmltooling {