]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Config.h
Prep for merge from trunk: undo branch r13313, r13312, and r13311 that were
[thirdparty/squid.git] / src / adaptation / Config.h
index 5da85bebb79b050be52152b763ed8f724cbc38d9..f744ad27f6d2541ff9521331c16178771a11c61e 100644 (file)
@@ -51,7 +51,7 @@ public:
 
     static bool needHistory; ///< HttpRequest adaptation history should recorded
 
-    typedef Vector<ServiceConfigPointer> ServiceConfigs;
+    typedef std::vector<ServiceConfigPointer> ServiceConfigs;
     ServiceConfigs serviceConfigs;
 
     Config();