Skip to content

Commit

Permalink
Fix compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
small-turtle-1 committed Dec 9, 2024
1 parent cb4e9f2 commit e036e20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/parser/type/complex/embedding_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

#include "embedding_type.h"
#include <cstring>
#include <arrow/type.h>

namespace infinity {

Expand Down
2 changes: 1 addition & 1 deletion src/parser/type/complex/embedding_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#pragma once

#include "parser_assert.h"
#include <arrow/type.h>
#include "type/number/bfloat16.h"
#include "type/number/float16.h"
#include <bitset>
Expand All @@ -24,7 +25,6 @@
#include <cstring>
#include <limits>
#include <sstream>
#include <arrow/type_fwd.h>

namespace infinity {

Expand Down

0 comments on commit e036e20

Please sign in to comment.