From 5cad7d44a6f51afe97b3176a6c55d53d96cc40b7 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Thu, 8 Jun 2017 13:26:48 +0100 Subject: Use templated `Map` for extra type safety --- src/exact_value.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exact_value.cpp') diff --git a/src/exact_value.cpp b/src/exact_value.cpp index 62ab326ea..b3d4e9f4f 100644 --- a/src/exact_value.cpp +++ b/src/exact_value.cpp @@ -4,6 +4,7 @@ // IMPORTANT TODO(bill): This needs to be completely fixed!!!!!!!! struct AstNode; +struct HashKey; struct Complex128 { f64 real, imag; -- cgit v1.2.3