mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 08:46:51 +08:00
add if using single header
This commit is contained in:
parent
8c0d3c7c23
commit
e1d1866384
@ -59,6 +59,7 @@ Moreover, in each case, you can provide either some string type for the file's p
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <mio/mmap.hpp>
|
#include <mio/mmap.hpp>
|
||||||
|
// #include <mio/mio.hpp> if using single header
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
@ -78,6 +79,7 @@ for functions where character strings are expected (e.g. path parameters).
|
|||||||
|
|
||||||
```c++
|
```c++
|
||||||
#include <mio/mmap.hpp>
|
#include <mio/mmap.hpp>
|
||||||
|
// #include <mio/mio.hpp> if using single header
|
||||||
#include <system_error> // for std::error_code
|
#include <system_error> // for std::error_code
|
||||||
#include <cstdio> // for std::printf
|
#include <cstdio> // for std::printf
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user