#6380 Reintroduce common.h include in basic_types.h (defines TYPE_OF_SIZE_* on *nix)

This commit is contained in:
Nick Bolton 2018-08-01 15:29:09 +01:00
parent d9ec2f3ed3
commit 3523d6e254
1 changed files with 2 additions and 0 deletions

View File

@ -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)