preemptively fix windows compilation errors

This commit is contained in:
Jorge Aparicio
2015-03-12 00:25:33 -05:00
parent cb5e429291
commit 6d49476e7b
2 changed files with 3 additions and 0 deletions

View File

@@ -272,7 +272,9 @@ mod dl {
use ptr;
use result::Result;
use result::Result::{Ok, Err};
#[cfg(stage0)]
use slice::SliceExt;
#[cfg(stage0)]
use str::StrExt;
use str;
use string::String;