diff options
author | chai <chaifix@163.com> | 2019-03-26 09:09:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-26 09:09:02 +0800 |
commit | d9041d6e12ded456c17622f7f2e7bbacb9e99b1a (patch) | |
tree | 6fd4febeb79b9b5efb5341ea352e05cd7752f5e8 /source/libs/asura-lib-utils/exceptions/exception.h | |
parent | 70f8aa8d1a3c15bd1eee3cdd88b9b9ce8970fae5 (diff) |
*misc
Diffstat (limited to 'source/libs/asura-lib-utils/exceptions/exception.h')
-rw-r--r-- | source/libs/asura-lib-utils/exceptions/exception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libs/asura-lib-utils/exceptions/exception.h b/source/libs/asura-lib-utils/exceptions/exception.h index bed8a9a..57c9ed6 100644 --- a/source/libs/asura-lib-utils/exceptions/exception.h +++ b/source/libs/asura-lib-utils/exceptions/exception.h @@ -1,6 +1,7 @@ #ifndef __ASURA_ENGINE_EXCEPTION_H__ #define __ASURA_ENGINE_EXCEPTION_H__ +#include <string> #include <exception> namespace AsuraEngine |