Fix compilation warnings (#754)

This commit is contained in:
Wenyong Huang
2021-09-16 16:36:42 +08:00
committed by GitHub
parent 76d641c7ea
commit 310feb6536
2 changed files with 7 additions and 5 deletions

View File

@ -6,12 +6,11 @@
#ifndef _AOT_INTRINSIC_H
#define _AOT_INTRINSIC_H
#include "aot_runtime.h"
#if WASM_ENABLE_WAMR_COMPILER != 0
#include "aot_llvm.h"
#endif
#include "aot_runtime.h"
#ifdef __cplusplus
extern "C" {
#endif