From 98adfdb79c0d7e2beb845074068486818f2055f1 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 24 Jun 2016 17:19:22 -0400 Subject: [PATCH] Update Example code in documentation --- CHANGELOG | 6 ++++++ doc/beast.qbk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 10b0f288..4c3c0318 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +1.0.0-b8 + +* Fix include in example code + +-------------------------------------------------------------------------------- + 1.0.0-b7 * Fix prepare by calling init. prepare() can throw depending on the diff --git a/doc/beast.qbk b/doc/beast.qbk index f9d8b89a..52cefca8 100644 --- a/doc/beast.qbk +++ b/doc/beast.qbk @@ -131,7 +131,7 @@ int main() Establish a WebSocket connection, send a message and receive the reply: ``` -#include +#include #include #include #include