Browse Source

Merge pull request #4367 from lioncash/inc2

constants: Add missing <array> include
nce_cpp
David 6 years ago
committed by GitHub
parent
commit
662b3a3e2f
  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