summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-06-05 15:55:19 +0200
committerGitHub <noreply@github.com>2019-06-05 15:55:19 +0200
commit3e1ef49b358ef027311d1d44d846695ea46125b8 (patch)
treef0cbe0fb9bf33337567a31b586da9b2874817aa6
parent6f16980b48107a71bdbbb55479905f8ceca8d70b (diff)
parent01b178b59b160f6a7e55c3c4d8ba3e401c80364e (diff)
Merge pull request #9693 from vespa-engine/toregge/add-missing-pragma-once-to-header-file
Header file should only be included once. Add pragma directive.
-rw-r--r--searchlib/src/vespa/searchlib/index/field_length_calculator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/index/field_length_calculator.h b/searchlib/src/vespa/searchlib/index/field_length_calculator.h
index 50d47ced063..acbbe38321a 100644
--- a/searchlib/src/vespa/searchlib/index/field_length_calculator.h
+++ b/searchlib/src/vespa/searchlib/index/field_length_calculator.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 <atomic>
#include <algorithm>