fixed linux build for relation completer
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user