diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-01 20:32:33 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-01 20:32:33 +0000 |
commit | b658ef905291fb9c3f128a2727e507c78d3fb438 (patch) | |
tree | 10ba6e45d0537cb9e8dd36d483abc1629d691c0d | |
parent | 3b359ab1ea3cb1a90a06764c3be5a7e4aae46655 (diff) |
- compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/FacebookRM/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/common.h b/protocols/FacebookRM/src/common.h index f78c4cb437..e1f198cb29 100644 --- a/protocols/FacebookRM/src/common.h +++ b/protocols/FacebookRM/src/common.h @@ -32,6 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <map>
#include <vector>
#include <set>
+#include <algorithm>
#include <windows.h>
#include <time.h>
|