aboutsummaryrefslogtreecommitdiff
path: root/fingerprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'fingerprint.h')
-rw-r--r--fingerprint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fingerprint.h b/fingerprint.h
index f5f8042..43fe694 100644
--- a/fingerprint.h
+++ b/fingerprint.h
@@ -25,7 +25,7 @@
#include "graph.h"
#include "hashing.h"
-#include "metrics.h"
+#include "runtime.h"
namespace stg {
@@ -35,7 +35,7 @@ namespace stg {
// Given any mutual dependencies between hashes, it falls back to a very poor
// but safe hash for the affected nodes: the size of the SCC.
std::unordered_map<Id, HashValue> Fingerprint(
- const Graph& graph, Id root, Metrics& metrics);
+ Runtime& runtime, const Graph& graph, Id root);
} // namespace stg