#pragma once #include #ifndef BUILD_STATIC # if defined(MLMICROSTRUCTURE_LIB) # define MLMICROSTRUCTURE_EXPORT Q_DECL_EXPORT # else # define MLMICROSTRUCTURE_EXPORT Q_DECL_IMPORT # endif #else # define MLMICROSTRUCTURE_EXPORT #endif