diff --git a/promises-a-plus/promises-a-plus-tests.ts b/promises-a-plus/promises-a-plus-tests.ts
index fa1453645a..29ca0989bf 100644
--- a/promises-a-plus/promises-a-plus-tests.ts
+++ b/promises-a-plus/promises-a-plus-tests.ts
@@ -2,7 +2,8 @@
///
///
///
-///
+import When = require("../when/when");
+
var thenNum: PromisesAPlus.Thenable;
var thenStr: PromisesAPlus.Thenable;