aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-06-11 15:44:59 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-06-11 15:44:59 +0200
commit4e9ccd1ebf1274f703b4f05387dd9ab08b595e34 (patch)
treec89d3338940403adbae0db6acb9d789a0ac5edcc /staging_vespalib
parent30afa41747f3893ab71f263881dc2688a483bec4 (diff)
Add missing includes.
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/rusage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/rusage.cpp b/staging_vespalib/src/vespa/vespalib/util/rusage.cpp
index 645be2937d6..62d0158f784 100644
--- a/staging_vespalib/src/vespa/vespalib/util/rusage.cpp
+++ b/staging_vespalib/src/vespa/vespalib/util/rusage.cpp
@@ -1,6 +1,7 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "rusage.h"
#include <stdexcept>
+#include <cerrno>
#include <vespa/vespalib/util/stringfmt.h>
namespace vespalib {