From 88d83b570db6fc94daf7b5a5f5f5297cfbce0044 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 27 Oct 2010 02:07:05 +0000 Subject: [PATCH] Need xstring declaration on older compilers. --- saml/signature/ContentReference.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 { -- 2.1.4