fixed linux build for relation completer

This commit is contained in:
2025-07-07 20:51:59 +02:00
parent e85543719c
commit 3374aba5ab
11 changed files with 72 additions and 59 deletions
+4 -2
View File
@@ -3,10 +3,12 @@
#include "matador/utils/access.hpp"
#include <cstdint>
namespace work::core {
struct Model {
unsigned long long id;
unsigned long long version;
uint64_t id;
uint64_t version;
template<typename Operator>
void process( Operator& op ) {