From e188596ef3e912f62e3ae85c8da905a54fc41d8b Mon Sep 17 00:00:00 2001 From: ph10 Date: Tue, 31 Jul 2007 14:39:09 +0000 Subject: Daniel's patch for config.h and Windows DLL declarations (not fully working). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@199 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- pcrecpparg.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pcrecpparg.h.in') diff --git a/pcrecpparg.h.in b/pcrecpparg.h.in index 3e866cf..83cc44b 100644 --- a/pcrecpparg.h.in +++ b/pcrecpparg.h.in @@ -35,6 +35,8 @@ #include // for NULL #include +#include + namespace pcrecpp { class StringPiece; @@ -51,7 +53,7 @@ class _RE_MatchObject { } }; -class Arg { +class PCRECPP_EXP_DEFN Arg { public: // Empty constructor so we can declare arrays of Arg Arg(); -- cgit v1.2.1