aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-12-11 15:28:05 +0100
committerTor Egge <Tor.Egge@online.no>2021-12-11 15:28:05 +0100
commit4cfe33f0da104d8694935d81f71b4c9b9f64987a (patch)
treedd753df1493a27fc1907c208e104a30115648212 /vespalib
parent0848eb7384b5ee31442c5102c60363bc1190804a (diff)
Include atomic when needed.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/tests/invokeservice/invokeservice_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/tests/invokeservice/invokeservice_test.cpp b/vespalib/src/tests/invokeservice/invokeservice_test.cpp
index 22063281950..1d4791f4a33 100644
--- a/vespalib/src/tests/invokeservice/invokeservice_test.cpp
+++ b/vespalib/src/tests/invokeservice/invokeservice_test.cpp
@@ -1,6 +1,7 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/vespalib/util/invokeserviceimpl.h>
+#include <atomic>
using namespace vespalib;