Add missing #include <algorithm> to dialog_log.cpp. Closes #1391.

Originally committed to SVN as r6262.
This commit is contained in:
Thomas Goyne 2012-01-10 19:09:51 +00:00
parent ea819a2e1a
commit 1a02d2ba3e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "dialog_log.h"
#ifndef AGI_PRE
#include <algorithm>
#include <ctime>
#include <tr1/functional>
#include <string>