diff options
Diffstat (limited to 'source/Asura.Editor/Controls/GUIContent.h')
-rw-r--r-- | source/Asura.Editor/Controls/GUIContent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Asura.Editor/Controls/GUIContent.h b/source/Asura.Editor/Controls/GUIContent.h index c70a03c..88213f4 100644 --- a/source/Asura.Editor/Controls/GUIContent.h +++ b/source/Asura.Editor/Controls/GUIContent.h @@ -1,7 +1,7 @@ #ifndef _ASURA_EDITOR_GUI_CONTENT_H_ #define _ASURA_EDITOR_GUI_CONTENT_H_ -#include <asura-utils/Classes.h> +#include <asura-base/Classes.h> namespace_begin(AsuraEditor) |