aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-files_operations.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-08 07:50:09 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-09 21:24:36 +0200
commit0d8c0721babf663e88c7ca8172173991c115406f (patch)
treee58b74e1b4ebe577fd86d0b6d69c803f73ceb44b /src/synth/synth-files_operations.adb
parent644d4ecd655d1f9892d0db709bde07015ef3424a (diff)
downloadghdl-0d8c0721babf663e88c7ca8172173991c115406f.tar.gz
ghdl-0d8c0721babf663e88c7ca8172173991c115406f.tar.bz2
ghdl-0d8c0721babf663e88c7ca8172173991c115406f.zip
synth: extract synth.objtypes from synth.values.
Diffstat (limited to 'src/synth/synth-files_operations.adb')
-rw-r--r--src/synth/synth-files_operations.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-files_operations.adb b/src/synth/synth-files_operations.adb
index 525adec54..324c7caa8 100644
--- a/src/synth/synth-files_operations.adb
+++ b/src/synth/synth-files_operations.adb
@@ -25,6 +25,7 @@ with Grt.Files_Operations; use Grt.Files_Operations;
with Vhdl.Annotations;
+with Synth.Objtypes; use Synth.Objtypes;
with Synth.Expr; use Synth.Expr;
with Synth.Errors; use Synth.Errors;