Skip to content

Commit

Permalink
pdfrenderer.cpp: Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo committed Nov 7, 2022
1 parent 1b38293 commit d2f669a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/pdfrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <allheaders.h>
#include <tesseract/baseapi.h>
#include <tesseract/publictypesp.h> // for PTIsTextType()
#include <tesseract/renderer.h>
#include <cmath>
#include <cstring>
Expand Down

0 comments on commit d2f669a

Please sign in to comment.