summaryrefslogtreecommitdiff
path: root/poppler/SplashOutputDev.cc
diff options
context:
space:
mode:
authorStefan Brüns <stefan.bruens@rwth-aachen.de>2019-10-07 19:57:32 +0200
committerStefan Brüns <stefan.bruens@rwth-aachen.de>2019-10-07 20:30:35 +0200
commit9d875adabdc94f50de78d72528d373b46a8ed280 (patch)
treeb4b91b9dc90c1e5dfdf3bd0184f606ec9e05a887 /poppler/SplashOutputDev.cc
parentd03f5ab76b0d0dee199b65fc801236a38830b5fc (diff)
Include SplashMath.h only where needed
Diffstat (limited to 'poppler/SplashOutputDev.cc')
-rw-r--r--poppler/SplashOutputDev.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index 440ee307..214302a7 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -74,6 +74,7 @@
#include "splash/SplashFont.h"
#include "splash/SplashFontFile.h"
#include "splash/SplashFontFileID.h"
+#include "splash/SplashMath.h"
#include "splash/Splash.h"
#include "SplashOutputDev.h"
#include <algorithm>