aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-11 17:25:20 +0100
committerGitHub <noreply@github.com>2021-12-11 17:25:20 +0100
commitecedc44c8182492dae1f128d7e73f6272e6bcc32 (patch)
treee6aaad6e73bfbf65a29108a23cd9d9d522daeec3 /vespalog
parent1090982a784de7c72bf906c9556dfe7e82038ef9 (diff)
parent8976641dff37195d18dc662270d603bf13f0fa7f (diff)
Merge pull request #20471 from vespa-engine/toregge/include-string-header-file
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 {