mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
cpu_context: Add missing include (#25)
This commit is contained in:
parent
c6158d7d64
commit
a798df5a2c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <stdint.h>
|
||||
#include "cpu_context.h"
|
||||
#include "utils.h"
|
||||
#include "pmc.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue