summaryrefslogtreecommitdiffstats
path: root/juniper/src
diff options
context:
space:
mode:
Diffstat (limited to 'juniper/src')
-rw-r--r--juniper/src/vespa/juniper/stringmap.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/juniper/src/vespa/juniper/stringmap.cpp b/juniper/src/vespa/juniper/stringmap.cpp
index 5ee3f43abd1..1b4ce63f397 100644
--- a/juniper/src/vespa/juniper/stringmap.cpp
+++ b/juniper/src/vespa/juniper/stringmap.cpp
@@ -1,6 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
+
#include "stringmap.h"
+#include <vespa/vespalib/stllike/hash_map.hpp>
void Fast_StringMap::Insert(const char* key, const char* value)
{