aboutsummaryrefslogtreecommitdiffstats
path: root/src/psl/psl-qm.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-10 07:48:39 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-10 18:14:47 +0200
commit4be73be561379cff6b0e5966e020d90387085034 (patch)
tree3f94ac029b17dfe7cd1593487d45333254d7e921 /src/psl/psl-qm.adb
parentdb7d0b337e85c3b327efa799418ef92de3a369ce (diff)
downloadghdl-4be73be561379cff6b0e5966e020d90387085034.tar.gz
ghdl-4be73be561379cff6b0e5966e020d90387085034.tar.bz2
ghdl-4be73be561379cff6b0e5966e020d90387085034.zip
psl: add psl-types, psl-nodes_priv.
Diffstat (limited to 'src/psl/psl-qm.adb')
-rw-r--r--src/psl/psl-qm.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/psl/psl-qm.adb b/src/psl/psl-qm.adb
index 719329b8f..41f8e1001 100644
--- a/src/psl/psl-qm.adb
+++ b/src/psl/psl-qm.adb
@@ -18,6 +18,7 @@
with Ada.Text_IO;
with Types; use Types;
+with PSL.Types; use PSL.Types;
with PSL.Errors; use PSL.Errors;
with PSL.Prints;
with PSL.CSE;