Fix compiler issue when importing arrow

The arrow library has a function parameter called signals that causes trouble when compiled using Qt. Add undef signals to avoid this issue.
This commit is contained in:
Magne Sjaastad
2024-07-01 12:34:47 +02:00
parent e0b84ae36a
commit 58b3f0b928
7 changed files with 10 additions and 11 deletions

View File

@@ -22,12 +22,6 @@
#include <vector>
// #include <arrow/array/array_primitive.h>
// #include <arrow/csv/api.h>
// #include <arrow/io/api.h>
// #include <arrow/scalar.h>
// #include <parquet/arrow/reader.h>
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------