]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashsum_template.h
revert 2184.1.2: do not pollute namespace in headers
[apt.git] / apt-pkg / contrib / hashsum_template.h
index 27d192b82ad92e61c3226bd2b00d30961ed928ad..6301ac9d0aca324c967a77ac62767ce4c36bfb5b 100644 (file)
 #include <algorithm>
 #include <stdint.h>
 
 #include <algorithm>
 #include <stdint.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+using std::min;
+#endif
+
 template<int N>
 class HashSumValue
 {
 template<int N>
 class HashSumValue
 {