Add #include <string> for string, according to Google style guidelines "build/include_what_you_use"

This commit is contained in:
Micke Prag 2012-06-19 10:58:31 +02:00
parent a4dfd27d35
commit 78444e20b9
40 changed files with 48 additions and 6 deletions

View file

@ -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"