Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / VendorAttr.cc
index f222d9d..2cef434 100644 (file)
@@ -59,7 +59,7 @@ namespace zypp
   namespace
   { /////////////////////////////////////////////////////////////////
     typedef DefaultIntegral<int,0>                             VendorMatchEntry;
-    typedef std::unordered_map<IdString, VendorMatchEntry>     VendorMatch;
+    typedef std::tr1::unordered_map<IdString, VendorMatchEntry>        VendorMatch;
     int         _nextId = -1;
     VendorMatch _vendorMatch;