--- a/src/Socket.cpp +++ b/src/Socket.cpp @@ -31,6 +31,8 @@ #include #include "Socket.h" +#include + CSocket::CSocket() : _reactor(NULL) , _handle(-1) --- a/src/bdict.h +++ b/src/bdict.h @@ -31,6 +31,8 @@ #include #include "bobject.h" +#include + class CBDict:public CBObject { public: --- a/src/binteger.h +++ b/src/binteger.h @@ -31,6 +31,8 @@ #include #include "bobject.h" +#include + class CBInteger:public CBObject { public: --- a/src/bstring.h +++ b/src/bstring.h @@ -27,6 +27,7 @@ #define _BSTRING_H_ #include +#include class CBString:public CBObject { --- a/src/utils.h +++ b/src/utils.h @@ -44,6 +44,8 @@ #include #include "sha1.h" +#include + #define _(string) gettext(string) #define N(string) string