[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
+2 -1
View File
@@ -2,5 +2,6 @@
// Only do this for c++ files.
#ifdef __cplusplus
# include "global.h"
#include "global.h"
#include <map>
#endif