Skip to content

Commit

Permalink
VS2019 seems to complain if std::string is used but <string> is not a…
Browse files Browse the repository at this point in the history
…ctually #included.
  • Loading branch information
Wedge009 committed Apr 6, 2019
1 parent b03ccb2 commit c06ae14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/quit_confirmation.hpp
Expand Up @@ -18,6 +18,7 @@ class CVideo;

#include <cassert>
#include <vector>
#include <string>

#include "utils/functional.hpp"

Expand Down
1 change: 1 addition & 0 deletions src/synced_commands.hpp
Expand Up @@ -16,6 +16,7 @@

#include <map>
#include <exception>
#include <string>

#include "utils/functional.hpp"

Expand Down

0 comments on commit c06ae14

Please sign in to comment.