From 441abf1e6a15a39f1ef7bf5e4ee2a4a43bff327b Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 20 Jan 2022 05:18:00 +0000
Subject: [PATCH] Added names and ready notice

---
 book.hpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/book.hpp b/book.hpp
index ae89819..61a68d5 100644
--- a/book.hpp
+++ b/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,

--
Gitblit v1.9.3