mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
fixed include of common in bit_field.h
This commit is contained in:
parent
505d984f16
commit
a713bd1bad
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
#include <limits>
|
||||
#include <type_traits>
|
||||
|
||||
#include "Common.h"
|
||||
#include "common/common.h"
|
||||
|
||||
/*
|
||||
* Abstract bitfield class
|
||||
|
|
Loading…
Reference in a new issue