diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-27 17:56:17 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 00:46:39 +0100 |
commit | 4964a359e1a82f87a9772140fd1d933c5812c2e7 (patch) | |
tree | 49bae12a6ba7f7d946bb85fe9d304ab958815609 /src/core/hw/gpu.h | |
parent | 7b746914b929df4ed6aacaa13af8e35815be0bf1 (diff) |
Core: Cleanup hw includes.
Diffstat (limited to 'src/core/hw/gpu.h')
-rw-r--r-- | src/core/hw/gpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h index 699bcd2a5..5b8c43f8b 100644 --- a/src/core/hw/gpu.h +++ b/src/core/hw/gpu.h @@ -5,6 +5,7 @@ #pragma once #include <cstddef> +#include <type_traits> #include "common/assert.h" #include "common/bit_field.h" |