diff --git a/humanreadableobject.h b/humanreadableobject.h index f7c519c..919e361 100644 --- a/humanreadableobject.h +++ b/humanreadableobject.h @@ -9,6 +9,7 @@ #define HUMANREADABLEOBJECT_H #include +#include "quasarapp_global.h" namespace QuasarAppUtils { @@ -16,7 +17,7 @@ namespace QuasarAppUtils { * @brief The HumanReadableObject interface This is simple class that add one virtula method toString. * All childs object should be override this method. */ -class HumanReadableObject +class QUASARAPPSHARED_EXPORT HumanReadableObject { public: /**