From fae2b1a444b650d41416b3fa150157105af8116e Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 7 Feb 2019 07:31:14 -0500 Subject: [PATCH] make it compile on debian and ubuntu --- llarp/util/bits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llarp/util/bits.hpp b/llarp/util/bits.hpp index c2b5991f4..876e9e79b 100644 --- a/llarp/util/bits.hpp +++ b/llarp/util/bits.hpp @@ -5,6 +5,7 @@ #include #include #include +#include namespace llarp {