Browse Source

Merge pull request #12378 from liamwhite/offsetof

set: add cstddef for offsetof macro
pull/15/merge
liamwhite 2 years ago
committed by GitHub
parent
commit
e357896674
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/hle/service/set/appln_settings.h
  2. 1
      src/core/hle/service/set/device_settings.h

1
src/core/hle/service/set/appln_settings.h

@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <cstddef>
#include "common/common_types.h"

1
src/core/hle/service/set/device_settings.h

@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <cstddef>
#include "common/common_types.h"

Loading…
Cancel
Save