diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:21 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:21 +0000 |
commit | 4813e22b08398091946738cd324d73455f9b5b43 (patch) | |
tree | 6301486f5d31740c472ffe94b4e0412a845a18e3 /protocols/Steam/src/common.h | |
parent | 061cf8a12c07aecc4526840a59ba0135f43b2fca (diff) |
Steam: Fix showing xstatus icon in contact list (step 2)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/common.h')
-rw-r--r-- | protocols/Steam/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/common.h b/protocols/Steam/src/common.h index 3e654c1d8a..37822139b9 100644 --- a/protocols/Steam/src/common.h +++ b/protocols/Steam/src/common.h @@ -32,6 +32,7 @@ #include <map> #include <vector> #include <string> +#include <algorithm> #include "resource.h" #include "version.h" |