#ifndef AIWARE_RUNTIME__CHANGELOG_HPP #define AIWARE_RUNTIME__CHANGELOG_HPP #include "aiware/runtime/cpp/aiware-runtime-common-lib-cpp_export.h" #include namespace aiware { namespace runtime { AIWARE_RUNTIME_COMMON_LIB_CPP_EXPORT std::string changelog(); } // namespace runtime } // namespace aiware #endif