From a89f414ef96e7d7a0fc82ea0c41fac3608ee4909 Mon Sep 17 00:00:00 2001
From: Russel Arbore <russel.jma@gmail.com>
Date: Fri, 15 Nov 2024 10:55:08 -0600
Subject: [PATCH] [hot fix] use ID trait from hercules_ir in hercules_rt_proc

---
 hercules_rt_proc/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hercules_rt_proc/src/lib.rs b/hercules_rt_proc/src/lib.rs
index 1aaa640f..0465a258 100644
--- a/hercules_rt_proc/src/lib.rs
+++ b/hercules_rt_proc/src/lib.rs
@@ -17,7 +17,7 @@ use std::path::Path;
 use proc_macro::*;
 
 use self::hercules_cg::*;
-use self::hercules_ir::{DynamicConstant, DynamicConstantID};
+use self::hercules_ir::{DynamicConstant, DynamicConstantID, ID};
 
 /*
  * Convert schedule IR types to the Rust types generated in the interface.
-- 
GitLab