Skip to content

Commit bfd5eec

Browse files
committed
Overview - add missing <string> include
Missing include would cause FreeBSD build issues (clang)
1 parent e66dbef commit bfd5eec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/output/overview/src/config.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212

1313
#include <libfds.h>
1414

15-
#include <stdexcept>
1615
#include <memory>
16+
#include <stdexcept>
17+
#include <string>
1718

1819
namespace args {
1920

0 commit comments

Comments
 (0)