diff options
| author | Lioncash <mathew1800@gmail.com> | 2017-06-18 23:28:28 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2017-06-18 23:29:22 -0400 |
| commit | 07cddf6f7fe7399be9c3ba279726afcb2b052d63 (patch) | |
| tree | 0f934ea41b28d2e5600bf40c38fa774b62faa182 /Source/Core/VideoCommon | |
| parent | 4c2b0780173f2a7b29510cd9cd63e55c3eb7df6f (diff) | |
AbstractTexture: Add missing includes (and remove unnecessary ones)
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/AbstractTexture.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/AbstractTexture.h b/Source/Core/VideoCommon/AbstractTexture.h index 2b06d9c401..433aae60ac 100644 --- a/Source/Core/VideoCommon/AbstractTexture.h +++ b/Source/Core/VideoCommon/AbstractTexture.h @@ -4,10 +4,12 @@ #pragma once +#include <cstddef> +#include <string> + #include "Common/CommonTypes.h" #include "Common/MathUtil.h" #include "VideoCommon/TextureConfig.h" -#include "VideoCommon/VideoCommon.h" class AbstractTexture { |
