[tiger] Use the <map> suggestion.
I believe <string> and <vector> are already in global.h.
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
// Only do this for c++ files.
|
||||
#ifdef __cplusplus
|
||||
# include "global.h"
|
||||
#include "global.h"
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user