From 47634865231b6045ac8d933bc7fab8f0bd56baa2 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sat, 13 May 2017 17:48:22 -0700 Subject: [PATCH] Fix build issue on VS --- src/dot11/dot11_mgmt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dot11/dot11_mgmt.cpp b/src/dot11/dot11_mgmt.cpp index aa9acb1..2b98bac 100644 --- a/src/dot11/dot11_mgmt.cpp +++ b/src/dot11/dot11_mgmt.cpp @@ -31,6 +31,7 @@ #ifdef TINS_HAVE_DOT11 #include +#include #include "rsn_information.h" #include "memory_helpers.h"