basic_types.h: pull in cstdint only with C++
This commit is contained in:
parent
8c43a3dd9a
commit
f007da643b
|
@ -18,7 +18,9 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef __cpluplus
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// make typedefs
|
// make typedefs
|
||||||
|
|
Loading…
Reference in New Issue