From eb1603177f4692bfb42f2f86ed20baef1b94b406 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 10 Jan 2013 08:47:16 -0600 Subject: [PATCH] updates close to include network header --- websocketpp/close.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocketpp/close.hpp b/websocketpp/close.hpp index 5483bff7fc..fcc683839c 100644 --- a/websocketpp/close.hpp +++ b/websocketpp/close.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2012, Peter Thorson. All rights reserved. + * Copyright (c) 2013, Peter Thorson. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -30,6 +30,7 @@ #define WEBSOCKETPP_CLOSE_HPP #include +#include #include #ifndef __STDC_LIMIT_MACROS