Need xstring declaration on older compilers.
authorScott Cantor <cantor.2@osu.edu>
Wed, 27 Oct 2010 02:07:05 +0000 (02:07 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 27 Oct 2010 02:07:05 +0000 (02:07 +0000)
saml/signature/ContentReference.h

index 6ff8f3d..c688f71 100644 (file)
@@ -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 <set>
 #include <string>
-#ifdef HAVE_GOOD_STL
-# include <xmltooling/unicode.h>
-#endif
+#include <xmltooling/unicode.h>
 #include <xmltooling/signature/ContentReference.h>
 
 namespace xmltooling {