From 4bf5876adfa1719a000265fa5d89ec4070226e57 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Mon, 5 May 2014 08:34:16 -0300 Subject: [PATCH] Fixed compilation error in RSNInformation. --- src/rsn_information.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rsn_information.cpp b/src/rsn_information.cpp index 2ce1cdf..308ce62 100644 --- a/src/rsn_information.cpp +++ b/src/rsn_information.cpp @@ -30,6 +30,7 @@ #include #include "rsn_information.h" #include "exceptions.h" +#include "pdu_option.h" #include "dot11/dot11_base.h" namespace Tins {