Skip to content

Commit

Permalink
Fix missing includes for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
petervwyatt committed Sep 30, 2021
1 parent 99d744d commit a26d0f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TestGrammar/src/ArlingtonPDFShimPDFium.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
#include "ArlingtonPDFShim.h"

#ifdef ARL_PDFSDK_PDFIUM
#include <algorithm>
#include <string>
#include <vector>
#include <cassert>


Expand Down

0 comments on commit a26d0f3

Please sign in to comment.