summaryrefslogtreecommitdiffstats
path: root/printing/printing_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printing_test.h')
-rw-r--r--printing/printing_test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/printing/printing_test.h b/printing/printing_test.h
index 3237813..da5d86d 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.