#ifndef AIWARE_EMULATOR_CPP__CHANGELOG_HPP #define AIWARE_EMULATOR_CPP__CHANGELOG_HPP #include "aiware/emulator/aiware-emulator-lib_export.h" #include namespace aiware { namespace emulator { AIWARE_EMULATOR_LIB_EXPORT std::string changelog(); } } // namespace aiware #endif