From 6bbee851062d8228ca921f2179e6c33968976cdd Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 4 Dec 2011 08:39:49 -0600 Subject: [PATCH] temporary fix until this file goes away entirely --- src/websocket_frame.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/websocket_frame.hpp b/src/websocket_frame.hpp index 1bb2545dcb..0209514f39 100644 --- a/src/websocket_frame.hpp +++ b/src/websocket_frame.hpp @@ -74,6 +74,7 @@ namespace frame { } // namespace frame } // namespace websocketpp +#include "common.hpp" #include "network_utilities.hpp" #include "processors/processor.hpp" #include "utf8_validator/utf8_validator.hpp"