From d7842d18eeb6ca6023cc8d84efdb83d7ca9c23fd Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 23 Feb 2021 05:53:48 -0500 Subject: [PATCH] add missing header --- llarp/iwp/session.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llarp/iwp/session.hpp b/llarp/iwp/session.hpp index acccd56a3..83c37e4a8 100644 --- a/llarp/iwp/session.hpp +++ b/llarp/iwp/session.hpp @@ -10,6 +10,8 @@ #include #include +#include + namespace llarp { namespace iwp