Browse Source

constants: Add missing <array> include

Eliminates reliance on an indirect include.
nce_cpp
Lioncash 6 years ago
parent
commit
7e7daed253
  1. 1
      src/core/constants.h

1
src/core/constants.h

@ -4,6 +4,7 @@
#pragma once #pragma once
#include <array>
#include "common/common_types.h" #include "common/common_types.h"
// This is to consolidate system-wide constants that are used by multiple components of yuzu. // This is to consolidate system-wide constants that are used by multiple components of yuzu.

Loading…
Cancel
Save