#ifndef __ERRORMSG_H #define __ERRORMSG_H #include #include "util/UtilExportable.hpp" UTIL_DLL_VISIBLE std::string getLastError( ); #endif