mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Add missing includes
This commit is contained in:
parent
ad66aedd04
commit
10eea11525
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include "SlippiPad.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
// TODO: Confirm the default and padding values are right
|
||||
static u8 emptyPad[SLIPPI_PAD_FULL_SIZE] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <limits.h>
|
||||
#include <queue>
|
||||
#include <string>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue