summaryrefslogtreecommitdiff
path: root/poppler/OutputDev.cc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-11-29 17:20:10 +0100
committerAlbert Astals Cid <aacid@kde.org>2019-11-29 18:11:40 +0100
commit1c1d9a70013125f67518f398a2b5abf37ec43cdd (patch)
treee1ea16e1db7a4763828e6f230e99eda95cd34f77 /poppler/OutputDev.cc
parent5713d0da012b734a28234455dcf817d5be20a98f (diff)
Enable modernize-deprecated-headers
Diffstat (limited to 'poppler/OutputDev.cc')
-rw-r--r--poppler/OutputDev.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/OutputDev.cc b/poppler/OutputDev.cc
index 633c69e6..f1f766d5 100644
--- a/poppler/OutputDev.cc
+++ b/poppler/OutputDev.cc
@@ -28,7 +28,7 @@
#include <config.h>
-#include <stddef.h>
+#include <cstddef>
#include "Object.h"
#include "Stream.h"
#include "GfxState.h"