Skip to content

Commit

Permalink
type forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
wvpm committed Jan 26, 2025
1 parent 22b1c5b commit 6a1c16f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/openvic-simulation/economy/trading/BuyUpToOrder.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#pragma once

#include "openvic-simulation/economy/GoodDefinition.hpp"
#include "openvic-simulation/economy/trading/BuyResult.hpp"
#include "openvic-simulation/types/fixed_point/FixedPoint.hpp"
#include "openvic-simulation/utility/Getters.hpp"

namespace OpenVic {
struct GoodDefinition;

struct GoodBuyUpToOrder {
private:
const fixed_point_t PROPERTY(max_quantity);
Expand Down

0 comments on commit 6a1c16f

Please sign in to comment.