Skip to content
Snippets Groups Projects
Commit 3303d859 authored by Carsten Patzke's avatar Carsten Patzke
Browse files

[asapo::fabric] Fixed incomplete type error

parent 0f2ad04c
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ std::string __PRETTY_FUNCTION_TO_NAMESPACE__(const std::string& prettyFunction)
} \
} while(0)
// TODO: It is super important that version 1.10 is installed, but since its not released yet we go with 1.9
const uint32_t FabricContextImpl::kMinExpectedLibFabricVersion = FI_VERSION(1, 9);
FabricContextImpl::FabricContextImpl() : io__{ GenerateDefaultIO() } {
......
......@@ -3,6 +3,7 @@
#include <io/io.h>
#include <rdma/fabric.h>
#include <rdma/fi_endpoint.h>
#include <memory>
#include <asapo_fabric/asapo_fabric.h>
#include <thread>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment