Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
rtri committed Aug 19, 2019
1 parent 250f981 commit f6146f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rts/System/LoadSave/DemoReader.cpp
Expand Up @@ -2,6 +2,9 @@

#include "DemoReader.h"

#include "Game/GameVersion.h"
#include "Sim/Misc/GlobalConstants.h"

#ifndef TOOLS
#include "System/Config/ConfigHandler.h"
CONFIG(bool, DisableDemoVersionCheck).defaultValue(false).description("Allow to play every replay file (may crash / cause undefined behaviour in replays)");
Expand All @@ -11,9 +14,8 @@ CONFIG(bool, DisableDemoVersionCheck).defaultValue(false).description("Allow to
#include "System/FileSystem/FileSystem.h"
#include "System/Log/ILog.h"
#include "System/Net/RawPacket.h"
#include "Game/GameVersion.h"
#include "Sim/Misc/GlobalConstants.h"

#include <array>
#include <climits>
#include <stdexcept>
#include <cassert>
Expand Down

0 comments on commit f6146f3

Please sign in to comment.