Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: remove <map> include from stdafx.h

Changeset 4300700c8fbe

Parent b10f25102201

by Adrian Buehlmann

Changes to 2 files · Browse files at 4300700c8fbe Showing diff from parent b10f25102201 Diff from another changeset...

 
5
6
7
 
 
8
9
10
 
5
6
7
8
9
10
11
12
@@ -5,6 +5,8 @@
 #include "Dirstatecache.h"  #include "Thgstatus.h"  #include "Winstat.h" +#include <map> +    struct MenuDescription  {
 
14
15
16
17
18
19
20
 
14
15
16
 
17
18
19
@@ -14,7 +14,6 @@
 #include <shlobj.h>  #include <assert.h>  #include <string> -#include <map>    #define ASSERT assert