From 0d8c0721babf663e88c7ca8172173991c115406f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 8 Apr 2020 07:50:09 +0200 Subject: synth: extract synth.objtypes from synth.values. --- src/synth/synth-heap.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'src/synth/synth-heap.ads') diff --git a/src/synth/synth-heap.ads b/src/synth/synth-heap.ads index 204ff3846..2283b3002 100644 --- a/src/synth/synth-heap.ads +++ b/src/synth/synth-heap.ads @@ -18,6 +18,7 @@ -- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, -- MA 02110-1301, USA. +with Synth.Objtypes; use Synth.Objtypes; with Synth.Values; use Synth.Values; package Synth.Heap is -- cgit v1.2.3