#6380 Reintroduce common.h include in basic_types.h (defines TYPE_OF_SIZE_* on *nix)
This commit is contained in:
parent
d9ec2f3ed3
commit
3523d6e254
|
@ -18,6 +18,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "common/common.h"
|
||||||
|
|
||||||
// VC++ has built-in sized types
|
// VC++ has built-in sized types
|
||||||
// moved from common.h (why was it there?)
|
// moved from common.h (why was it there?)
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
|
Loading…
Reference in New Issue