Index: printing/printing_test.h |
diff --git a/printing/printing_test.h b/printing/printing_test.h |
index 3237813178902634426943ffe905a798021ed17e..da5d86dc6c7156c45a202f930bdfbc7b5230c7ab 100644 |
--- a/printing/printing_test.h |
+++ b/printing/printing_test.h |
@@ -8,6 +8,10 @@ |
#include <windows.h> |
#include <winspool.h> |
+#include <string> |
+ |
+#include "base/basictypes.h" |
+ |
// Disable the whole test case when executing on a computer that has no printer |
// installed. |
// Note: Parent should be testing::Test or UITest. |