Browse Source
Merge pull request #4367 from lioncash/inc2
constants: Add missing <array> include
pull/15/merge
David
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/core/constants.h
|
|
|
@ -4,6 +4,7 @@ |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <array> |
|
|
|
#include "common/common_types.h" |
|
|
|
|
|
|
|
// This is to consolidate system-wide constants that are used by multiple components of yuzu. |
|
|
|
|