Skip to content

Commit d55705f

Browse files
author
xiaobai
committed
ohos: fix use vulkan_ohos.h
1 parent 46a9610 commit d55705f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gfx/common/vulkan_common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
* If not, see <http://www.gnu.org/licenses/>.
1515
*/
1616

17+
#ifdef __OHOS__
1718
#include "vulkan/vulkan_ohos.h"
19+
#elif
1820
#include <retro_assert.h>
1921
#include <dynamic/dylib.h>
2022
#include <lists/string_list.h>

0 commit comments

Comments
 (0)