X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fhttp%2Fresponse.h;fp=source%2Fhttp%2Fresponse.h;h=8644b7228a11b1b3ce5652c7998ec474a28109ba;hp=f7c6812c46c9be4472ab18fcd642a52568f44991;hb=394c9a732192fce9b3b453dfdb9e92400af2a4f8;hpb=0cd8309240cd48fdc16d9cc433297e33a0a2cdd0 diff --git a/source/http/response.h b/source/http/response.h index f7c6812..8644b72 100644 --- a/source/http/response.h +++ b/source/http/response.h @@ -1,13 +1,14 @@ #ifndef MSP_HTTP_RESPONSE_H_ #define MSP_HTTP_RESPONSE_H_ +#include #include "message.h" #include "status.h" namespace Msp { namespace Http { -class Response: public Message +class MSPNET_API Response: public Message { private: Status status;