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 e199c0555c
commit 17fd2ef2e2

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>