summaryrefslogtreecommitdiff
path: root/prolog/runner/main.pl
diff options
context:
space:
mode:
Diffstat (limited to 'prolog/runner/main.pl')
-rwxr-xr-xprolog/runner/main.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/prolog/runner/main.pl b/prolog/runner/main.pl
index 2aa7f5c..3c324c8 100755
--- a/prolog/runner/main.pl
+++ b/prolog/runner/main.pl
@@ -26,6 +26,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
:- use_module(library(clpfd)).
:- use_module(library(clpr)).
+:- use_module(library(lists)).
+
:- consult(sandbox).
:- multifile prolog:error_message/3.