aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-12-11 17:07:31 +0100
committerTor Egge <Tor.Egge@online.no>2021-12-11 17:07:31 +0100
commit8976641dff37195d18dc662270d603bf13f0fa7f (patch)
tree8965abc54a96b0c70af96dd29953890cd201b0bd /vespalog
parent0848eb7384b5ee31442c5102c60363bc1190804a (diff)
Include string header file when needed.
Diffstat (limited to 'vespalog')
-rw-r--r--vespalog/src/vespa/log/control-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalog/src/vespa/log/control-file.h b/vespalog/src/vespa/log/control-file.h
index 69e725dc465..31c15077c8c 100644
--- a/vespalog/src/vespa/log/control-file.h
+++ b/vespalog/src/vespa/log/control-file.h
@@ -2,8 +2,8 @@
#pragma once
#include "log.h"
-#include "control-file.h"
#include "lock.h"
+#include <string>
namespace ns_log {