Update Example code in documentation

This commit is contained in:
Vinnie Falco
2016-06-24 17:19:22 -04:00
parent d005b97c0b
commit 98adfdb79c
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -131,7 +131,7 @@ int main()
Establish a WebSocket connection, send a message and receive the reply:
```
#include <beast/to_string.hpp>
#include <beast/core/to_string.hpp>
#include <beast/websocket.hpp>
#include <boost/asio.hpp>
#include <iostream>