[win] msstl compatibility in //pdf
Change-Id: I09d017033b1a6a93dcc4dd1f22de7a304ef5bb74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937696 Auto-Submit: Jeremy Apthorp <jeremya@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#720630}
This commit is contained in:

committed by
Commit Bot

parent
1e92aab4c5
commit
17c873cb4f
pdf
@ -4,6 +4,8 @@
|
||||
|
||||
#include "pdf/document_layout.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "ppapi/cpp/rect.h"
|
||||
#include "ppapi/cpp/size.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "pdf/draw_utils/coordinates.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "ppapi/cpp/point.h"
|
||||
|
Reference in New Issue
Block a user