diff options
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/IvyStdAfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ivy/IvyStdAfx.h b/Ivy/IvyStdAfx.h index 88ef83d..622609f 100644 --- a/Ivy/IvyStdAfx.h +++ b/Ivy/IvyStdAfx.h @@ -44,6 +44,7 @@ struct ip_mreq { };
#include <string>
#include <vector>
+#include <map>
#include <list>
using namespace std;
|