• Sergey Vojtovich's avatar
    MDEV-15291 - OQGraph fails to build on FreeBSD · 400a8eb6
    Sergey Vojtovich authored
    Boost includes sys/param.h on FreeBSD, which in turn defines setbit()
    macro. This macro is conflicting with open_query::judy_bitset::setbit().
    
    Reordered includes such that oqgraph_judy.h never sees this macro.
    Also removed duplicate includes of graphcore-config.h, which is included
    by graphcore-graph.h/oqgraph_shim.h/oqgraph_thunk.h.
    400a8eb6
graphcore.cc 32 KB