This website works better with JavaScript.
Home
Explore
Help
Sign In
eden-emu
/
eden
mirror of
https://git.eden-emu.dev/eden-emu/eden.git
Watch
1
Star
0
Fork
0
Code
Releases
Wiki
Activity
Browse Source
set: add cstddef for offsetof macro
nce_cpp
Liam
2 years ago
parent
a871e2fd99
commit
73e77e9330
2 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
src/core/hle/service/set/appln_settings.h
1
src/core/hle/service/set/device_settings.h
1
src/core/hle/service/set/appln_settings.h
View File
@ -4,6 +4,7 @@
#
pragma once
#
include
<array>
#
include
<cstddef>
#
include
"common/common_types.h"
1
src/core/hle/service/set/device_settings.h
View File
@ -4,6 +4,7 @@
#
pragma once
#
include
<array>
#
include
<cstddef>
#
include
"common/common_types.h"
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
eden-emu/eden
Title
Body
Create Issue