diff options
author | thegeorg <[email protected]> | 2023-06-28 22:09:18 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2023-06-28 22:09:18 +0300 |
commit | fef9e85477600ab08d07ff1fbfa09f8096a13074 (patch) | |
tree | e8a88cd941a6e1ba6814e95339354e1e66aac719 /contrib/libs/re2/util/pcre.h | |
parent | 17a85ebbecab569ae12788ada1352c56cc9b1e1c (diff) |
Disable includes instead of sysincl-ing them
Diffstat (limited to 'contrib/libs/re2/util/pcre.h')
-rw-r--r-- | contrib/libs/re2/util/pcre.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/re2/util/pcre.h b/contrib/libs/re2/util/pcre.h index 846f30019ea..72c02bf8e1f 100644 --- a/contrib/libs/re2/util/pcre.h +++ b/contrib/libs/re2/util/pcre.h @@ -164,7 +164,7 @@ #include "absl/strings/string_view.h" #ifdef USEPCRE -#include <pcre.h> +#error #include <pcre.h> namespace re2 { const bool UsingPCRE = true; } // namespace re2 |