summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-06-05 14:51:17 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-06-05 14:51:17 +0200
commit01b178b59b160f6a7e55c3c4d8ba3e401c80364e (patch)
tree49109f10040ec608987fec358dbc0c2f0717ba19 /searchlib
parenta895c7edfe1880493f7f068b0504c085c48280a0 (diff)
Header file should only be included once. Add pragma directive.
Diffstat (limited to 'searchlib')
-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>