From 9b9aa108c22242689013c8d4f54cfd2fdee5541a Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 10 Oct 2017 13:05:08 -0700 Subject: [PATCH] Added includes for various interface-related Windows defines --- src/VirtualTap.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/VirtualTap.hpp b/src/VirtualTap.hpp index 58fb788..6ad6a7c 100644 --- a/src/VirtualTap.hpp +++ b/src/VirtualTap.hpp @@ -41,6 +41,13 @@ #include "Thread.hpp" #include "Phy.hpp" +#if defined(__MINGW32__) || defined(__MINGW64__) +#include +#include +#include +#include +#endif + namespace ZeroTier { /**