Skip to content

Commit 5ba594f

Browse files
committed
add missing library import
1 parent 710b2aa commit 5ba594f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prolog/jwt_io.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
:- use_module(library(http/json)).
7373
:- use_module(library(http/http_client)).
7474
:- use_module(library(http/http_json)).
75+
:- use_module(library(process)).
76+
:- use_module(library(ssl)).
7577
:- use_module(library(settings)).
7678

7779
:- setting(keys, list(dict), [], 'Signing keys').

0 commit comments

Comments
 (0)