summaryrefslogtreecommitdiffstats
path: root/vespalib/src
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-06-11 09:26:17 +0200
committerGitHub <noreply@github.com>2019-06-11 09:26:17 +0200
commitee20895ae6949f24ad29dd3808d3f46db03d6d35 (patch)
tree06b170ee374ed4d8a41865cecdb74b770dbf40b8 /vespalib/src
parenta06d6921d84c70294fd875dcb7bff2af60e92228 (diff)
parent986ba7289148c5b06deb570316d1a5e4fdaaa78d (diff)
Merge pull request #9728 from vespa-engine/geirst/field-length-info-propagation-between-indexes
Geirst/field length info propagation between indexes.
Diffstat (limited to 'vespalib/src')
-rw-r--r--vespalib/src/vespa/vespalib/gtest/gtest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/gtest/gtest.h b/vespalib/src/vespa/vespalib/gtest/gtest.h
index 67d3d438a52..e5bfcf2ae55 100644
--- a/vespalib/src/vespa/vespalib/gtest/gtest.h
+++ b/vespalib/src/vespa/vespalib/gtest/gtest.h
@@ -1,5 +1,7 @@
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#pragma once
+
#include <gtest/gtest.h>
/**