1
0
mirror of https://github.com/starr-dusT/citra.git synced 2024-10-02 10:26:17 -07:00

fixed include of common in bit_field.h

This commit is contained in:
bunnei 2014-05-07 21:44:16 -04:00
parent 505d984f16
commit a713bd1bad

@ -36,7 +36,7 @@
#include <limits>
#include <type_traits>
#include "Common.h"
#include "common/common.h"
/*
* Abstract bitfield class