- added include
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1067 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user