summaryrefslogtreecommitdiffstats
path: root/printing/image_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/image_win.cc')
-rw-r--r--printing/image_win.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/printing/image_win.cc b/printing/image_win.cc
index 1584efb..787c24a 100644
--- a/printing/image_win.cc
+++ b/printing/image_win.cc
@@ -4,6 +4,10 @@
#include "printing/image.h"
+#include <stddef.h>
+#include <stdint.h>
+
+#include "base/macros.h"
#include "base/win/scoped_gdi_object.h"
#include "base/win/scoped_hdc.h"
#include "base/win/scoped_select_object.h"