From 4def99518568b623380358d8175efb1d12df73b9 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"