Commit 6d02c22c authored by Joseph Noir's avatar Joseph Noir

Turn of clang-format for net includes

parent 1970a800
......@@ -23,6 +23,7 @@
#include <cstdlib>
#include <cstring>
// clang-format off
#ifdef CAF_WINDOWS
# ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0600
......@@ -41,6 +42,7 @@
# include <sys/ioctl.h>
# include <arpa/inet.h>
#endif
// clang-format on
#include <map>
#include <memory>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment