From 3523d6e254336427c6a3703db4163c3faa68f86e Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Wed, 1 Aug 2018 15:29:09 +0100 Subject: [PATCH] #6380 Reintroduce common.h include in basic_types.h (defines TYPE_OF_SIZE_* on *nix) --- src/lib/common/basic_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/common/basic_types.h b/src/lib/common/basic_types.h index 8498ef23..3b25278b 100644 --- a/src/lib/common/basic_types.h +++ b/src/lib/common/basic_types.h @@ -18,6 +18,8 @@ #pragma once +#include "common/common.h" + // VC++ has built-in sized types // moved from common.h (why was it there?) #if defined(_MSC_VER)