mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-16 00:08:58 +03:00
13 lines
333 B
Diff
13 lines
333 B
Diff
diff --git a/src/level/scoreboard.cpp b/src/level/scoreboard.cpp
|
|
index 87c4451..abc44fe 100644
|
|
--- a/src/level/scoreboard.cpp
|
|
+++ b/src/level/scoreboard.cpp
|
|
@@ -31,6 +31,7 @@
|
|
#include "ui/displaytext.h"
|
|
|
|
#include <boost/lexical_cast.hpp>
|
|
+#include <algorithm>
|
|
|
|
void CScoreboard::CScoreboardRule::Read(CLevelParserLine* line)
|
|
{
|