Add #include <string> for string, according to Google style guidelines "build/include_what_you_use"
This commit is contained in:
parent
a4dfd27d35
commit
78444e20b9
40 changed files with 48 additions and 6 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <math.h>
|
||||
#include <string>
|
||||
|
||||
#include "common/Socket.h"
|
||||
#include "common/Mutex.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue