mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +00:00
Add missing header for PRIU64
This commit is contained in:
parent
26065fd872
commit
2bcbd565b8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
// Refer to the license.txt file included.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cinttypes>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include "common/common_types.h"
|
||||
|
|
Loading…
Reference in a new issue