mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
fix compile error
Signed-off-by: liufei <liufei225@h-partners.com> Change-Id: I5fdd7d49cb42880b4ae8d8de992ad2e32b2c624c
This commit is contained in:
parent
30cfd7535a
commit
24c8bfd7c7
@ -40,14 +40,19 @@
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
#include "cstddef"
|
||||
#ifdef __cplusplus
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
#include "drawing_canvas.h"
|
||||
#include "drawing_color.h"
|
||||
#include "drawing_font.h"
|
||||
#include "drawing_text_declaration.h"
|
||||
#include "drawing_types.h"
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user