summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-09-04 11:45:29 +0200
committerGitHub <noreply@github.com>2020-09-04 11:45:29 +0200
commitd35901fa3665aaaf0845de0ed813610e2cc70a73 (patch)
tree82c0752366ea90ac5b8d1142fba008cfcaad1cdc
parent9ad335c57ff4b0fa86e9e00a54be65ec96ba8853 (diff)
parent005d8703a51c683fd7a4fa5a94ccdeecfae2684b (diff)
Merge pull request #14283 from vespa-engine/toregge/include-stdexcept-to-get-declaration-of-runtime-error
Include stdexcept to get declaration of std::runtime_error.
-rw-r--r--searchlib/src/vespa/searchlib/transactionlog/common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/transactionlog/common.cpp b/searchlib/src/vespa/searchlib/transactionlog/common.cpp
index 965f88d942f..40a065277be 100644
--- a/searchlib/src/vespa/searchlib/transactionlog/common.cpp
+++ b/searchlib/src/vespa/searchlib/transactionlog/common.cpp
@@ -3,6 +3,7 @@
#include "common.h"
#include <vespa/vespalib/util/stringfmt.h>
#include <vespa/fastos/file.h>
+#include <stdexcept>
namespace search::transactionlog {