qglobal.h: include <stdalign.h> in C mode
For alignas and aligof as macros up until C2x makes them full keywords. Change-Id: Ibcde9b9795ad42ac9978fffd16f2bbc054027384 Reviewed-by: Marc Mutz <marc.mutz@qt.io>bb10
parent
0cbb471b1b
commit
69e8a89358
|
|
@ -13,6 +13,7 @@
|
|||
#endif
|
||||
#ifndef __ASSEMBLER__
|
||||
# include <assert.h>
|
||||
# include <stdalign.h>
|
||||
# include <stdbool.h>
|
||||
# include <stddef.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue