aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graphics/Image.h')
-rw-r--r--include/cru/platform/graphics/Image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Image.h b/include/cru/platform/graphics/Image.h
index 17d2170e..22c011ef 100644
--- a/include/cru/platform/graphics/Image.h
+++ b/include/cru/platform/graphics/Image.h
@@ -1,5 +1,5 @@
#pragma once
-#include "Resource.h"
+#include "Base.h"
namespace cru::platform::graphics {
struct CRU_PLATFORM_GRAPHICS_API IImage : public virtual IGraphicsResource {