[tiger] Use the <map> suggestion.

I believe <string> and <vector> are already in global.h.
This commit is contained in:
Jason Felds
2011-05-30 11:32:04 -04:00
parent f456085964
commit f1fa1e279a
+1
View File
@@ -3,4 +3,5 @@
// Only do this for c++ files.
#ifdef __cplusplus
#include "global.h"
#include <map>
#endif