diff options
Diffstat (limited to 'src/httpscan.cc')
| -rw-r--r-- | src/httpscan.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/httpscan.cc b/src/httpscan.cc index f8683cc..8273b02 100644 --- a/src/httpscan.cc +++ b/src/httpscan.cc @@ -19,9 +19,8 @@ #include "pxyconn.h" #include "http.h" #include "compat.h" +#include "logger.h" -#pragma clang diagnostic push -#pragma ide diagnostic ignored "IncompatibleTypes" static int __maat_table_register_or_throw(Maat_feather_t feather, const char *str_table) { int table_id = Maat_table_register(feather, str_table); |
