From 936655e0eeed0dc7d009a604b69ab457793f5bb7 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 29 Sep 2016 00:25:36 +0200 Subject: [PATCH] Add missing include for windows --- include/shared.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/shared.h b/include/shared.h index abf7a9bc8..b7c78129e 100644 --- a/include/shared.h +++ b/include/shared.h @@ -10,6 +10,7 @@ #include #include #include +#include bool is_power_of_2 (const u32 v);