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
Thiago Macieira 2022-05-26 11:40:21 -07:00
parent 0cbb471b1b
commit 69e8a89358
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#endif
#ifndef __ASSEMBLER__
# include <assert.h>
# include <stdalign.h>
# include <stdbool.h>
# include <stddef.h>
#endif