Skip to content

Commit 4ea871c

Browse files
authored
Merge pull request #4 from cpppracticum/PRACTICUMFB-13573
Add missing include
2 parents 10e8fb2 + b152147 commit 4ea871c

File tree

1 file changed

+2
-1
lines changed
  • sprint4/problems/bookypedia-1/precode/src/menu

1 file changed

+2
-1
lines changed

sprint4/problems/bookypedia-1/precode/src/menu/menu.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <functional>
33
#include <iosfwd>
44
#include <map>
5+
#include <string>
56

67
namespace menu {
78

@@ -32,4 +33,4 @@ class Menu {
3233
std::map<std::string, ActionInfo> actions_;
3334
};
3435

35-
} // namespace menu
36+
} // namespace menu

0 commit comments

Comments
 (0)