summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/explore_modern_cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-04 17:14:29 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-05 10:54:41 +0200
commitbe19aaef60ea37cdcd27b6370edba2846d284acc (patch)
treed57f694543f71982232374363e90de14bb6fc12e /vespalib/src/tests/explore_modern_cpp
parente65dcd57fa0ff56e23f75592beb30b88ec5dbca3 (diff)
include <functional> explicit
Diffstat (limited to 'vespalib/src/tests/explore_modern_cpp')
-rw-r--r--vespalib/src/tests/explore_modern_cpp/explore_modern_cpp_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/tests/explore_modern_cpp/explore_modern_cpp_test.cpp b/vespalib/src/tests/explore_modern_cpp/explore_modern_cpp_test.cpp
index 05703b15641..172ec0acda5 100644
--- a/vespalib/src/tests/explore_modern_cpp/explore_modern_cpp_test.cpp
+++ b/vespalib/src/tests/explore_modern_cpp/explore_modern_cpp_test.cpp
@@ -1,5 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/test_kit.h>
+#include <functional>
TEST("verify how std::function copies lambda closures") {
size_t count = 0;