mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-14 15:40:02 +08:00
include missing vector in detail/mmap.ipp
This commit is contained in:
parent
3f86a95c07
commit
333d27ccab
@ -27,7 +27,9 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifdef _WIN32
|
||||
# include <vector>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
# include <fcntl.h>
|
||||
# include <sys/mman.h>
|
||||
|
||||
@ -769,7 +769,9 @@ template<
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifdef _WIN32
|
||||
# include <vector>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
# include <fcntl.h>
|
||||
# include <sys/mman.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user