Add missing vector header.
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 6 Mar 2011 19:51:28 +0000 (19:51 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 6 Mar 2011 19:51:28 +0000 (19:51 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3410 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/ServiceProvider.h

index bd76b8c..0e4d1c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2010 Internet2
+ *  Copyright 2001-2011 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -26,6 +26,7 @@
 #include <shibsp/util/PropertySet.h>
 
 #include <set>
+#include <vector>
 #include <xmltooling/Lockable.h>
 
 namespace xmltooling {