From 0cf160ee68d37be93665e665ef22ae6e211a157d Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 22 May 2023 14:58:22 -0400 Subject: More updates/restructuring --- include/ds/PriorityQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ds') diff --git a/include/ds/PriorityQueue.h b/include/ds/PriorityQueue.h index 22582da..0468fa4 100644 --- a/include/ds/PriorityQueue.h +++ b/include/ds/PriorityQueue.h @@ -12,7 +12,7 @@ #include #include -#include "util/Record.h" +#include "framework/RecordInterface.h" namespace de { -- cgit v1.2.3