add `iostream` library to the example code snippet of nghttp2_asio server.

This commit is contained in:
bxshi 2015-08-24 02:59:25 -04:00
parent 891134eba9
commit 4f090d90c0
1 changed files with 2 additions and 0 deletions

View File

@ -1219,6 +1219,8 @@ an HTTP/2 server looks like this:
.. code-block:: cpp
#include <iostream>
#include <nghttp2/asio_http2_server.h>
using namespace nghttp2::asio_http2;