From d31a1b7f2df4ea94821a9d98754f4ae186bbf2d8 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sat, 27 Oct 2018 11:19:13 +0200 Subject: Use a templated find() to enable lookup without object creation when objects are comparable. --- juniper/src/vespa/juniper/stringmap.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'juniper/src') diff --git a/juniper/src/vespa/juniper/stringmap.cpp b/juniper/src/vespa/juniper/stringmap.cpp index 13d7bdee980..a65350432fd 100644 --- a/juniper/src/vespa/juniper/stringmap.cpp +++ b/juniper/src/vespa/juniper/stringmap.cpp @@ -1,6 +1,7 @@ // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "stringmap.h" +#include void Fast_StringMap::Insert(const char* key, const char* value) { -- cgit v1.2.3