summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-07-24 09:12:13 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-07-24 09:36:20 +0000
commit761677c3f844527aa67c75e718b05d13e7ff3386 (patch)
tree849a8bb61af19dd0f1508c4cab9d81232306cbf9 /vespalib
parentbc58e5d7345217fa0fbfa0d9c577ee10c7bd94db (diff)
functional required explicit from gcc 7 and on.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/threadstackexecutorbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/util/threadstackexecutorbase.h b/vespalib/src/vespa/vespalib/util/threadstackexecutorbase.h
index 59f2891eae5..a91114b055e 100644
--- a/vespalib/src/vespa/vespalib/util/threadstackexecutorbase.h
+++ b/vespalib/src/vespa/vespalib/util/threadstackexecutorbase.h
@@ -10,6 +10,7 @@
#include "runnable.h"
#include <memory>
#include <vector>
+#include <functional>
#include <vespa/fastos/thread.h>
namespace vespalib {