bug fix - replaces include with forward declaration

This commit is contained in:
Peter Thorson
2011-11-30 09:15:16 -06:00
parent db37cb5278
commit 309f62b273

View File

@@ -47,7 +47,9 @@
#include <queue>
namespace websocketpp {
class endpoint_base;
template <typename T>
struct connection_traits;