- added include

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1067 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-24 08:51:34 +00:00
parent de69d3e845
commit 6f93260ca1
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef __PROCESSOR_EXCEPTION_HPP__
#define __PROCESSOR_EXCEPTION_HPP__
#include <string.h>
#include <string>
#include <exception>
#define EXC_MSG(code) (std::string(__PRETTY_FUNCTION__) + ", line " + std::to_string(__LINE__) + ", code " + std::to_string(code))