#pragma once #include namespace Incart::Usb { struct ILsbCreator { public: virtual ~ILsbCreator(){} }; } // namespace Incart::Usb