summaryrefslogtreecommitdiff
path: root/src/Sockets/HttpResponse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Sockets/HttpResponse.cpp')
-rw-r--r--src/Sockets/HttpResponse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Sockets/HttpResponse.cpp b/src/Sockets/HttpResponse.cpp
index c312ee2..7aac190 100644
--- a/src/Sockets/HttpResponse.cpp
+++ b/src/Sockets/HttpResponse.cpp
@@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#include <stdarg.h>
#include <stdio.h>
+#include <cstring>
#include "HttpResponse.h"
#include "HttpRequest.h"