aboutsummaryrefslogtreecommitdiffstats
path: root/src/psl/psl-cse.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/psl/psl-cse.adb')
-rw-r--r--src/psl/psl-cse.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/psl/psl-cse.adb b/src/psl/psl-cse.adb
index ed4fc7282..93cd85452 100644
--- a/src/psl/psl-cse.adb
+++ b/src/psl/psl-cse.adb
@@ -17,6 +17,7 @@
-- 02111-1307, USA.
with Ada.Text_IO;
+with PSL.Types; use PSL.Types;
with PSL.Prints;
with Types; use Types;