Quick fix to allow PK and libzypp-bindings build with gcc-4.7
authorMichael Andres <ma@suse.de>
Fri, 20 Apr 2012 13:48:04 +0000 (15:48 +0200)
committerMichael Andres <ma@suse.de>
Fri, 20 Apr 2012 13:48:04 +0000 (15:48 +0200)
zypp/base/PtrTypes.h

index 452c483..7015051 100644 (file)
@@ -20,6 +20,8 @@
 #include <boost/weak_ptr.hpp>
 #include <boost/intrusive_ptr.hpp>
 
+#include "zypp/base/Tr1hash.h"
+
 ///////////////////////////////////////////////////////////////////
 namespace zypp
 { /////////////////////////////////////////////////////////////////