#pragma once #include #include #include using namespace std; class Production { public: private: vector> material; float value; string name; };