From dcb13d58bef54a59c73aeb913ca7463dfdbdcbf9 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 30 May 2013 17:56:57 -0500 Subject: [PATCH] updates hybi00 to use new md5 header --- websocketpp/processors/hybi00.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocketpp/processors/hybi00.hpp b/websocketpp/processors/hybi00.hpp index 1b4a6cc34c..3ded374070 100644 --- a/websocketpp/processors/hybi00.hpp +++ b/websocketpp/processors/hybi00.hpp @@ -42,7 +42,7 @@ #include #include -#include +#include namespace websocketpp { namespace processor {