diff options
author | chai <chaifix@163.com> | 2019-08-07 21:08:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-07 21:08:47 +0800 |
commit | 0c391fdbce5a079cf03e483eb6174dd47806163d (patch) | |
tree | b06cd7a9d0ae0d9bb9e82f3dcb786dfce11f8628 /source/modules/asura-core/Graphics/Image.cpp | |
parent | 9686368e58e25cbd6dc37d686bdd2be3f80486d6 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-core/Graphics/Image.cpp')
-rw-r--r-- | source/modules/asura-core/Graphics/Image.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/modules/asura-core/Graphics/Image.cpp b/source/modules/asura-core/Graphics/Image.cpp index d2b2ec9..36d2478 100644 --- a/source/modules/asura-core/Graphics/Image.cpp +++ b/source/modules/asura-core/Graphics/Image.cpp @@ -1,4 +1,4 @@ -#include <asura-utils/Exceptions/Exception.h> +#include <asura-base/Exception.h> #include "../CoreConfig.h" @@ -6,7 +6,7 @@ #include "Image.h" #include "GfxDevice.h" -using namespace AEIO; +using namespace AEFileSystem; using namespace AEImage; namespace_begin(AsuraEngine) |