#include #include #include #include #ifndef PM_TYPES_H #define PM_TYPES_H typedef struct { std::vector pulic_key; std::string name; } user; #endif