Skip to content

Commit

Permalink
ALL: Include <set> header explicitly
Browse files Browse the repository at this point in the history
Otherwise, the build fails when using MSVC.
  • Loading branch information
vkremianskii committed Jun 22, 2019
1 parent 9114243 commit f9519b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/erf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* Tool to pack ERF (.erf, .mod, .nwm, .sav) archives.
*/

#include <set>

#include "src/common/error.h"
#include "src/common/platform.h"
#include "src/common/cli.h"
Expand Down
2 changes: 2 additions & 0 deletions src/keybif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* Tool to pack KEY/BIF archives.
*/

#include <set>

#include "src/aurora/keydatafile.h"
#include "src/common/error.h"
#include "src/common/platform.h"
Expand Down
2 changes: 2 additions & 0 deletions src/rim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* Tool to pack RIM archives.
*/

#include <set>

#include "src/common/error.h"
#include "src/common/platform.h"
#include "src/common/cli.h"
Expand Down
2 changes: 2 additions & 0 deletions src/tws.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* Tool to pack TheWitcherSave archives.
*/

#include <set>

#include "src/common/error.h"
#include "src/common/platform.h"
#include "src/common/cli.h"
Expand Down

0 comments on commit f9519b8

Please sign in to comment.