Skip to content

Commit

Permalink
Engine: fixed missing std header
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Apr 30, 2019
1 parent e2a46a2 commit 31581cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/ac/gamestate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// http://www.opensource.org/licenses/artistic-license-2.0.php
//
//=============================================================================

#include <algorithm>
#include "ac/draw.h"
#include "ac/game_version.h"
#include "ac/gamestate.h"
Expand Down

0 comments on commit 31581cf

Please sign in to comment.