summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-06-07 10:44:00 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-06-07 10:55:15 +0000
commitf2947384e3a7e3c922b126dd72b17bdadbfeb3a1 (patch)
tree35106c4108e87fd71c5e194889de9e8209c97da1 /vespalib
parentbdcbcbdde005d44ec502a2b7c5a77dd62d3bc2eb (diff)
Ensure file is only included once.
Diffstat (limited to 'vespalib')
-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>
/**