summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@verizonmedia.com>2020-09-04 11:34:21 +0200
committerTor Egge <Tor.Egge@verizonmedia.com>2020-09-04 11:34:21 +0200
commit005d8703a51c683fd7a4fa5a94ccdeecfae2684b (patch)
tree7dca4280a1c5469bb5ddc40043ec07f305abf612
parent13212978faf3b5921a3e139c1512677f9b882591 (diff)
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 {