Fix to_string.hpp include path in example code

This commit is contained in:
Jack Bond-Preston
2016-06-24 20:02:55 +01:00
committed by Vinnie Falco
parent a2fb4b099b
commit d005b97c0b

View File

@@ -23,7 +23,7 @@ The library has been submitted to the
Example WebSocket program:
```C++
#include <beast/to_string.hpp>
#include <beast/core/to_string.hpp>
#include <beast/websocket.hpp>
#include <boost/asio.hpp>
#include <iostream>