forked from boostorg/beast
Fix to_string.hpp include path in example code
This commit is contained in:
committed by
Vinnie Falco
parent
a2fb4b099b
commit
d005b97c0b
@@ -23,7 +23,7 @@ The library has been submitted to the
|
|||||||
|
|
||||||
Example WebSocket program:
|
Example WebSocket program:
|
||||||
```C++
|
```C++
|
||||||
#include <beast/to_string.hpp>
|
#include <beast/core/to_string.hpp>
|
||||||
#include <beast/websocket.hpp>
|
#include <beast/websocket.hpp>
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Reference in New Issue
Block a user