book.hpp
@@ -6,6 +6,7 @@ #include <iostream> #include <queue> #include <string> #include <unordered_map> #include <vector> namespace book @@ -52,6 +53,7 @@ double aggFee; double pasFee; double broFee; double bomPrice; Book(); Book(ProductTypeEnum productType, std::string product, int stationId,