#ifndef slic3r_PlaceholderParser_hpp_ #define slic3r_PlaceholderParser_hpp_ #include #include #include namespace Slic3r { class PlaceholderParser { public: std::map _single; std::map _multiple; PlaceholderParser(); ~PlaceholderParser(); }; } #endif