Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnycase committed Nov 6, 2024
1 parent cf025ac commit d1b73b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntt/include/nncase/ntt/arch/riscv64/arch_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* limitations under the License.
*/
#pragma once
#include "../../../runtime/float8.h"
#include "../../native_vector.h"
#include <nncase/float8.h>

#ifdef __riscv_vector
#include <riscv_vector.h>
Expand Down

0 comments on commit d1b73b4

Please sign in to comment.