--- parser3/src/include/pa_charset.h 2023/09/26 20:49:06 1.57 +++ parser3/src/include/pa_charset.h 2024/11/04 03:53:25 1.59 @@ -1,14 +1,14 @@ /** @file Parser: Charset connection decl. - Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_CHARSET_H #define PA_CHARSET_H -#define IDENT_PA_CHARSET_H "$Id: pa_charset.h,v 1.57 2023/09/26 20:49:06 moko Exp $" +#define IDENT_PA_CHARSET_H "$Id: pa_charset.h,v 1.59 2024/11/04 03:53:25 moko Exp $" #include "pa_exception.h" @@ -16,7 +16,11 @@ #include "pa_hash.h" #include "pa_array.h" -#include "pcre.h" +#ifdef HAVE_PCRE2 +#include +#else +#include +#endif // we are using some pcre_internal.h stuff as well #include "../lib/pcre/pa_pcre_internal.h"