https://bugs.internet2.edu/jira/browse/CPPXT-44
[shibboleth/xmltooling.git] / xmltooling / util / CurlURLInputStream.h
index 6dfd02d..53b784f 100644 (file)
@@ -26,6 +26,8 @@
 
 #include <xmltooling/logging.h>
 
+#include <string>
+#include <vector>
 #include <curl/curl.h>
 #include <xercesc/util/BinInputStream.hpp>
 
@@ -100,6 +102,7 @@ namespace xmltooling {
 
         logging::Category&  fLog;
         std::string         fURL;
+        std::vector<std::string>    fSavedOptions;
 
         CURLM*              fMulti;
         CURL*               fEasy;