Fixing pdf print errors on Windows build
This commit is contained in:
parent
8f00240c73
commit
7b17f15703
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
#include "chrome/browser/printing/pdf_to_emf_converter.h"
|
#include "chrome/browser/printing/pdf_to_emf_converter.h"
|
||||||
#include "printing/pdf_render_settings.h"
|
#include "printing/pdf_render_settings.h"
|
||||||
|
#include "printing/metafile.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using base::TimeDelta;
|
using base::TimeDelta;
|
||||||
|
|
|
@ -15,6 +15,10 @@
|
||||||
#include "content/public/browser/notification_observer.h"
|
#include "content/public/browser/notification_observer.h"
|
||||||
#include "content/public/browser/notification_registrar.h"
|
#include "content/public/browser/notification_registrar.h"
|
||||||
|
|
||||||
|
#if defined(OS_WIN)
|
||||||
|
#include "printing/printed_page_win.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
class RefCountedMemory;
|
class RefCountedMemory;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue