summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/PCRE.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/PCRE.hh')
-rw-r--r--libqpdf/qpdf/PCRE.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/qpdf/PCRE.hh b/libqpdf/qpdf/PCRE.hh
index 5d1ae458..8f200655 100644
--- a/libqpdf/qpdf/PCRE.hh
+++ b/libqpdf/qpdf/PCRE.hh
@@ -5,6 +5,8 @@
#ifndef __PCRE_HH__
#define __PCRE_HH__
+#include <qpdf/DLL.h>
+
#ifdef _WIN32
# define PCRE_STATIC
#endif
@@ -12,8 +14,6 @@
#include <string>
#include <stdexcept>
-#include <qpdf/DLL.h>
-
// Note: this class does not encapsulate all features of the PCRE
// package -- only those that I actually need right now are here.