Skip to content

Commit 1d9a5dd

Browse files
committed
fix(ohos): fix c demo
1 parent 4b753b4 commit 1d9a5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/examples/ohos-c-demo/src/main/cpp/biz_view_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
#include "biz_view_manager.h"
24-
#include "renderer/api_c/hippy.h"
24+
#include "renderer/api_c/hippy_c.h"
2525
#include "renderer/utils/hr_pixel_utils.h"
2626
#include <arkui/native_interface.h>
2727
#include <arkui/native_node.h>

0 commit comments

Comments
 (0)