Skip to content

Commit

Permalink
source-control-vss-backend: Fix imports.
Browse files Browse the repository at this point in the history
* sources/environment/source-control/backends/vss/module.dylan
  (module source-control-vss-backend): Import simple-format.
  • Loading branch information
housel committed Feb 26, 2015
1 parent 3733805 commit f7dfd2f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -8,6 +8,7 @@ Warranty: Distributed WITHOUT WARRANTY OF ANY KIND

define module source-control-vss-backend
use common-dylan;
use simple-format;
use machine-words,
import: { %logior };
use date;
Expand Down

0 comments on commit f7dfd2f

Please sign in to comment.