diff options
-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 1c0821b..58a16bb 100644 --- a/Ivy/IvyStdAfx.h +++ b/Ivy/IvyStdAfx.h @@ -54,6 +54,7 @@ struct ip_mreq { #include <string>
#include <list>
#include <vector>
+#include <map>
namespace ivy = std;
|