The unified diff between revisions [d57ff5f2..] and [7c8eae2e..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'database.hh'
#
#
# patch "database.hh"
# from [3dc62906e661f144ada2f80a80c07aa229d6e18e]
# to [18d6041a5d6d8afaf2ddf77d89705e055a7ee703]
#
============================================================
--- database.hh 3dc62906e661f144ada2f80a80c07aa229d6e18e
+++ database.hh 18d6041a5d6d8afaf2ddf77d89705e055a7ee703
@@ -22,6 +22,8 @@ int sqlite3_finalize(sqlite3_stmt *);
#include <map>
#include <string>
+#include "hash_map.hh"
+
#include "cset.hh"
#include "numeric_vocab.hh"
#include "paths.hh"
@@ -359,7 +361,7 @@ public:
void get_revisions_with_cert(cert_name const & name,
base64<cert_value> const & value,
- std::set<revision_id> & revisions);
+ hashmap::hash_set<revision_id> & revisions);
void get_revision_certs(revision_id const & ident,
std::vector< revision<cert> > & certs);