Skip to content

Commit

Permalink
[win] msstl compatibility in //pdf
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
nornagon authored and Commit Bot committed Dec 2, 2019
1 parent 1e92aab commit 17c873c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdf/document_layout.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions pdf/draw_utils/coordinates.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "pdf/draw_utils/coordinates.h"

#include <math.h>
#include <algorithm>

#include "base/logging.h"
#include "ppapi/cpp/point.h"
Expand Down

0 comments on commit 17c873c

Please sign in to comment.