Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored and Flow86 committed Jul 24, 2020
1 parent abb8c04 commit f0b97b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/s25update
Submodule s25update updated 1 files
+1 −0 src/md5.h
1 change: 1 addition & 0 deletions libs/s25main/GameCommand.h
Expand Up @@ -20,6 +20,7 @@

#include <boost/smart_ptr/intrusive_ptr.hpp>
#include <RTTR_Assert.h>
#include <cstdint>

class Serializer;
class GameWorldGame;
Expand Down
1 change: 1 addition & 0 deletions libs/s25main/GameCommands.h
Expand Up @@ -28,6 +28,7 @@
#include "gameTypes/PactTypes.h"
#include "gameTypes/SettingsTypes.h"
#include "s25util/Serializer.h"
#include <cstdint>
#include <utility>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions libs/s25main/gameTypes/FoWNode.h
Expand Up @@ -20,6 +20,7 @@

#include "gameTypes/MapTypes.h"
#include <array>
#include <cstdint>

class FOWObject;
class SerializedGameData;
Expand Down
1 change: 1 addition & 0 deletions libs/s25main/random/XorShift.h
Expand Up @@ -19,6 +19,7 @@
#define XorShift_h__

#include <array>
#include <cstdint>
#include <iosfwd>
#include <limits>
#include <type_traits>
Expand Down

0 comments on commit f0b97b1

Please sign in to comment.