Skip to content

Commit

Permalink
Fix some missing <string>
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Jul 25, 2016
1 parent 7a8f3ff commit 9d39a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/game_events/wmi_container.hpp
Expand Up @@ -25,6 +25,7 @@
#include <map>
#include <memory>
#include <vector>
#include <string>

class config;
class filter_context;
Expand Down
1 change: 1 addition & 0 deletions src/hotkey/hotkey_item.hpp
Expand Up @@ -20,6 +20,7 @@
#include <SDL.h>
#include <memory>
#include <vector>
#include <string>

class config;
class CVideo;
Expand Down

0 comments on commit 9d39a06

Please sign in to comment.