Skip to content

Commit

Permalink
Hmm. This is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 10, 2024
1 parent e4e35d8 commit a365cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/basic_decimal.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class GenericBasicDecimal {
};

template <typename DigitType>
class SmallBasicDecimal {
class ARROW_EXPORT SmallBasicDecimal {
public:
static_assert(
std::is_same_v<DigitType, int32_t> || std::is_same_v<DigitType, int64_t>,
Expand Down

0 comments on commit a365cbf

Please sign in to comment.