summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-11-09 17:05:21 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-11-09 17:05:21 +0000
commitd23466eca13b4c8a39efd3c9f397e02aec20eac4 (patch)
treef2a7c027125df7626e0ac1fccfe70907487dddfd /protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp
parentaa4540021d9e2f3b76f777f09f22242a5ac0e835 (diff)
compilation fix for VS2013
git-svn-id: http://svn.miranda-ng.org/main/trunk@6835 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp')
-rw-r--r--protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp
index 866a94e702..9da677ba87 100644
--- a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp
+++ b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp
@@ -5,6 +5,7 @@
* Author: Antonio
*/
+#include <algorithm>
#include "BinTreeNodeReader.h"
#include "WAException.h"
#include "ProtocolTreeNode.h"