add `iostream` library to the example code snippet of nghttp2_asio server.
This commit is contained in:
parent
891134eba9
commit
4f090d90c0
|
@ -1219,6 +1219,8 @@ an HTTP/2 server looks like this:
|
||||||
|
|
||||||
.. code-block:: cpp
|
.. code-block:: cpp
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
#include <nghttp2/asio_http2_server.h>
|
#include <nghttp2/asio_http2_server.h>
|
||||||
|
|
||||||
using namespace nghttp2::asio_http2;
|
using namespace nghttp2::asio_http2;
|
||||||
|
|
Loading…
Reference in New Issue