summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/src/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-22 21:43:06 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-22 21:43:06 +0000
commit3ac7fd602fa012ee8277d005249b246dd2fa4212 (patch)
tree8ac258acd3476f500a232301c511cb1ad2ab26f8 /plugins/BasicHistory/src/stdafx.h
parent89f03e95a0bea90f714958cd6fe1073ee0644d0c (diff)
BasicHistory: vc2015 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/stdafx.h')
-rw-r--r--plugins/BasicHistory/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h
index 12d674ff0e..463edd2d1b 100644
--- a/plugins/BasicHistory/src/stdafx.h
+++ b/plugins/BasicHistory/src/stdafx.h
@@ -24,7 +24,7 @@
#include <shellapi.h>
#include <map>
-#include <hash_set>
+#include <unordered_set>
#include <vector>
#include <queue>
#include <locale>