aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/yosys.h')
-rw-r--r--kernel/yosys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h
index e2daabfae..b14852eaf 100644
--- a/kernel/yosys.h
+++ b/kernel/yosys.h
@@ -126,6 +126,7 @@ YOSYS_NAMESPACE_BEGIN
#define dict std::unordered_map
#define nodict std::unordered_set
+#include "kernel/hashmap.h"
using std::vector;
namespace RTLIL {