diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-05-27 15:14:33 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-05-27 15:14:33 +0100 |
commit | 5466a0609d3bdad8c2c389a3b4620f690f1b5705 (patch) | |
tree | 24c55091ed9f36bf244bc653843ae90bb06556ee /contrib | |
parent | 72a537dbc011bcb864c800261461032dd6d00d0e (diff) | |
download | rspamd-5466a0609d3bdad8c2c389a3b4620f690f1b5705.tar.gz rspamd-5466a0609d3bdad8c2c389a3b4620f690f1b5705.zip |
[Minor] Another try to fix clang plugin build
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/robin-hood/robin_hood.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/robin-hood/robin_hood.h b/contrib/robin-hood/robin_hood.h index 573607f18..9141848d7 100644 --- a/contrib/robin-hood/robin_hood.h +++ b/contrib/robin-hood/robin_hood.h @@ -42,6 +42,7 @@ #include <cstdlib> #include <cstring> #include <functional> +#include <limits> #include <memory> // only to support hash of smart pointers #include <stdexcept> #include <string> |