Fixing pdf print errors on Windows build

This commit is contained in:
Tomas Rycl 2018-04-25 16:11:51 +02:00 committed by Samuel Attard
parent 8f00240c73
commit 7b17f15703
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#if defined(OS_WIN)
#include "chrome/browser/printing/pdf_to_emf_converter.h"
#include "printing/pdf_render_settings.h"
#include "printing/metafile.h"
#endif
using base::TimeDelta;