fixed linux build for relation completer

This commit is contained in:
2025-07-13 20:58:35 +02:00
parent 27e2c51175
commit 1b2847696d
5 changed files with 18 additions and 13 deletions
@@ -1,11 +1,13 @@
#ifndef PRIMARY_KEY_ATTRIBUTE_HPP
#define PRIMARY_KEY_ATTRIBUTE_HPP
#include <cstddef>
namespace matador::utils {
class primary_key_attribute final {
public:
/**
* Creates primary_key_attribute instance
* Creates a primary_key_attribute instance
* with size 0 (zero).
*/
primary_key_attribute() = default;