Skip to content

Commit

Permalink
try to fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emkornfield committed May 26, 2020
1 parent 74bf248 commit 5383f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/bit_util.h
Expand Up @@ -595,7 +595,7 @@ class BitRunReaderScalar {
#if defined(ARROW_LITTLE_ENDIAN)
/// A convenience class for counting the number of continguous set/unset bits
/// in a bitmap.
class BitRunReader {
class ARROW_EXPORT BitRunReader {
public:
/// \brief Constructs new BitRunReader.
///
Expand Down
1 change: 1 addition & 0 deletions cpp/src/arrow/util/rle_encoding.h
Expand Up @@ -22,6 +22,7 @@

#include <algorithm>
#include <cmath>
#include <limits>
#include <vector>

#include "arrow/util/bit_stream_utils.h"
Expand Down

0 comments on commit 5383f9a

Please sign in to comment.