mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 07:05:40 +12:00
Add missing header for regs.hpp
This enum was using the `u32` type without including `helpers.hpp`, causing weird intermediate compiler errors when making incremental builds.
This commit is contained in:
parent
f8e89f4db1
commit
0199918cd2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#include "helpers.hpp"
|
||||||
|
|
||||||
namespace PICAInternalRegs {
|
namespace PICAInternalRegs {
|
||||||
enum : u32 {
|
enum : u32 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue