diff options
-rw-r--r-- | test/ringbuffer_test.cpp | 1 | ||||
-rw-r--r-- | test/socket_test.cpp | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp index 709af9e..58c0eb1 100644 --- a/test/ringbuffer_test.cpp +++ b/test/ringbuffer_test.cpp @@ -23,6 +23,7 @@ #include <cstdint> #include <cstdio> #include <cstring> +#include <functional> #include <memory> #include <string> #include <thread> diff --git a/test/socket_test.cpp b/test/socket_test.cpp index 6e3f79e..0a7a75c 100644 --- a/test/socket_test.cpp +++ b/test/socket_test.cpp @@ -23,12 +23,9 @@ #include <unistd.h> #include <cassert> -#include <cerrno> #include <cstdio> -#include <cstring> #include <memory> #include <string> -#include <utility> int main() |