#ifndef PLATE3D_HPP #define PLATE3D_HPP #include #ifndef WX_PRECOMP #include #endif namespace Slic3r { namespace GUI { class Plate3D : public wxPanel { public: void update() {}; }; } } // Namespace Slic3r::GUI #endif