Browse Source

Merge pull request #4367 from lioncash/inc2

constants: Add missing <array> include
pull/15/merge
David 6 years ago
committed by GitHub
parent
commit
0d10c863a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/constants.h

1
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.

Loading…
Cancel
Save