Skip to content

Commit 31581cf

Browse files
committed
Engine: fixed missing std header
1 parent e2a46a2 commit 31581cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/ac/gamestate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// http://www.opensource.org/licenses/artistic-license-2.0.php
1212
//
1313
//=============================================================================
14-
14+
#include <algorithm>
1515
#include "ac/draw.h"
1616
#include "ac/game_version.h"
1717
#include "ac/gamestate.h"

0 commit comments

Comments
 (0)