fixed linux build for relation completer
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef OOS_ACCESS_HPP
|
||||
#define OOS_ACCESS_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <optional>
|
||||
|
||||
@@ -38,7 +39,7 @@ void primary_key(Operator &op, const char *id, std::string &value, size_t size )
|
||||
}
|
||||
|
||||
template<class Operator>
|
||||
void revision(Operator &op, const char *id, unsigned long long &value) {
|
||||
void revision(Operator &op, const char *id, uint64_t &value) {
|
||||
op.on_revision(id, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user