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