Skip to content

Commit 73b3514

Browse files
committed
Attempt at fixing
1 parent 6b0bdcf commit 73b3514

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

cpp/src/arrow/flight/sql/client.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "arrow/ipc/reader.h"
3232
#include "arrow/result.h"
3333
#include "arrow/util/logging.h"
34+
#include "arrow/util/macros.h"
3435

3536
namespace flight_sql_pb = arrow::flight::protocol::sql;
3637

cpp/src/arrow/flight/sql/protocol_internal.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
// KIND, either express or implied. See the License for the
1515
// specific language governing permissions and limitations
1616

17+
#include "arrow/util/macros.h"
18+
1719
ARROW_SUPPRESS_DEPRECATION_WARNING
1820
#include "arrow/flight/sql/protocol_internal.h"
1921

cpp/src/arrow/flight/sql/server.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "arrow/flight/sql/sql_info_internal.h"
3232
#include "arrow/type.h"
3333
#include "arrow/util/checked_cast.h"
34+
#include "arrow/util/macros.h"
3435

3536
#define PROPERTY_TO_OPTIONAL(COMMAND, PROPERTY) \
3637
COMMAND.has_##PROPERTY() ? std::make_optional(COMMAND.PROPERTY()) : std::nullopt

0 commit comments

Comments
 (0)