From 309f62b273f625e93bc52c1883e4a096dda71b32 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Wed, 30 Nov 2011 09:15:16 -0600 Subject: [PATCH] bug fix - replaces include with forward declaration --- src/connection.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/connection.hpp b/src/connection.hpp index 101cb95e1c..4d86b45ce6 100644 --- a/src/connection.hpp +++ b/src/connection.hpp @@ -47,7 +47,9 @@ #include namespace websocketpp { - + +class endpoint_base; + template struct connection_traits;