summaryrefslogtreecommitdiff
path: root/src/stv.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-05 19:13:41 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-05 19:13:41 +1100
commit1cfb48a9a65f5f57fec5693a1c723f0ec60f5fe1 (patch)
treeb847b88f781440284b65af4ee7f4b49e8743e1fb /src/stv.adb
parent5a8a3749f46828f1db5cbd6bd55d22ea9e188ab1 (diff)
Candidates package done
Diffstat (limited to 'src/stv.adb')
-rw-r--r--src/stv.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stv.adb b/src/stv.adb
index 3297da2..a7d6c6d 100644
--- a/src/stv.adb
+++ b/src/stv.adb
@@ -3,6 +3,7 @@
with Ada.Text_IO;
with Ada.Strings.Unbounded;
with CSV;
+with Candidates;
procedure STV is