Skip to content

Commit

Permalink
add MACRO for window
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed May 16, 2024
1 parent 24abb4c commit 47aa6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/arrow/testing/fixed_width_test_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
#include <vector>

#include "arrow/builder.h"
#include "arrow/testing/visibility.h"

namespace arrow::util::internal {

class NestedListGenerator {
class ARROW_TESTING_EXPORT NestedListGenerator {
public:
/// \brief Create a nested FixedSizeListType.
///
Expand Down

0 comments on commit 47aa6dc

Please sign in to comment.