#ifndef LIBHIVE_H #define LIBHIVE_H #include "libhive_global.h" class LIBHIVESHARED_EXPORT Libhive { public: Libhive(); }; #endif // LIBHIVE_H