This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
irvin
/
suyu
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
set: add cstddef for offsetof macro
Liam
2 năm trước cách đây
mục cha
a093f3d47a
commit
67660972c9
2 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
src/core/hle/service/set/appln_settings.h
1
0
src/core/hle/service/set/device_settings.h
+ 1
- 0
src/core/hle/service/set/appln_settings.h
Xem Tập Tin
@@ -4,6 +4,7 @@
#pragma once
#include <array>
+#include <cstddef>
#include "common/common_types.h"
+ 1
- 0
src/core/hle/service/set/device_settings.h
Xem Tập Tin
@@ -4,6 +4,7 @@
#pragma once
#include <array>
+#include <cstddef>
#include "common/common_types.h"