fixed linux compile

This commit is contained in:
2025-02-09 12:09:59 +01:00
parent 6cb501ded9
commit a4d6f68ee2
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ namespace matador::test {
struct product {
std::string product_name;
object::object_ptr<supplier> supplier;
object::object_ptr<category> category;
object::object_ptr<test::supplier> supplier;
object::object_ptr<test::category> category;
std::string quantity_per_unit;
unsigned int unit_price;
unsigned int units_in_stock;