diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-05-22 14:58:22 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-05-22 14:58:22 -0400 |
| commit | 0cf160ee68d37be93665e665ef22ae6e211a157d (patch) | |
| tree | badaca4c5654e7abbe9291b18b08748aeeadc518 /include/ds | |
| parent | 08d6c84b9d69b500c964a8ff66e726e1f01f2095 (diff) | |
| download | dynamic-extension-0cf160ee68d37be93665e665ef22ae6e211a157d.tar.gz | |
More updates/restructuring
Diffstat (limited to 'include/ds')
| -rw-r--r-- | include/ds/PriorityQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <vector> #include <cassert> -#include "util/Record.h" +#include "framework/RecordInterface.h" namespace de { |