diff options
Diffstat (limited to 'src/mmo/config_parse.cpp')
-rw-r--r-- | src/mmo/config_parse.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mmo/config_parse.cpp b/src/mmo/config_parse.cpp index a6dfd6e..c6ddde2 100644 --- a/src/mmo/config_parse.cpp +++ b/src/mmo/config_parse.cpp @@ -18,6 +18,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +#include <algorithm> + #include "../strings/xstring.hpp" #include "../strings/zstring.hpp" |