#pragma once #include #include "Production.h" #include "Need.h" using namespace std; class Career { public: private: shared_ptr pdt; shared_ptr ned; };