diff options
Diffstat (limited to 'src/synth/synth-vhdl_heap.adb')
-rw-r--r-- | src/synth/synth-vhdl_heap.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_heap.adb b/src/synth/synth-vhdl_heap.adb index 5270c99e0..6ab9af3e5 100644 --- a/src/synth/synth-vhdl_heap.adb +++ b/src/synth/synth-vhdl_heap.adb @@ -20,6 +20,8 @@ with Types; use Types; with Tables; +with Synth.Memtype; use Synth.Memtype; + package body Synth.Vhdl_Heap is package Heap_Table is new Tables |