X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-graph.asd;h=9c21442f46ddcb98489aa9947692bdcca2423797;hb=b2600b046616c7072574c6afe7c40cf0b260de7c;hp=9fe25307ff27adf67a76fa3f75cd1eec7953df51;hpb=5c1ca2e4f9863f4e2a45fa50665c8bbc9d8f82b6;p=cl-graph.git diff --git a/cl-graph.asd b/cl-graph.asd index 9fe2530..9c21442 100644 --- a/cl-graph.asd +++ b/cl-graph.asd @@ -33,7 +33,7 @@ instructions.")) (:file "macros" :depends-on ("package")) (:file "graph" - :depends-on ("api")) + :depends-on ("api" "macros")) (:file "graph-container" :depends-on ("graph")) (:file "graph-matrix"