Fix build error

This commit is contained in:
Hackerpilot 2012-04-21 11:15:57 -07:00
parent b0a677a17c
commit 831ded10d0
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
******************************************************************************/ ******************************************************************************/
module highlighter module highlighter;
import std.stdio; import std.stdio;
import langutils; import langutils;

View File

@ -25,7 +25,7 @@
******************************************************************************/ ******************************************************************************/
module tokenizer module tokenizer;
import std.range; import std.range;
import std.file; import std.file;