Index: compiled/StringMap.h |
=================================================================== |
--- a/compiled/StringMap.h |
+++ b/compiled/StringMap.h |
@@ -13,16 +13,17 @@ |
* |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
#pragma once |
#include <cstddef> |
+#include <type_traits> |
#include "Map.h" |
#include "String.h" |
namespace { |
size_t stringHash(const String& key) |
{ |
// FNV-1a hash function |