Skip to content

Commit

Permalink
fixed: missing <string> include in socket.h
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed May 3, 2015
1 parent e3a5404 commit 375c832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sockets/socket.h
Expand Up @@ -38,6 +38,7 @@
#else
#include "../posix/os-socket.h"
#endif
#include <string>

// Common socket operations

Expand Down

0 comments on commit 375c832

Please sign in to comment.