Skip to content

Commit b152147

Browse files
committed
Add missing include
1 parent 10e8fb2 commit b152147

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)