1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 22:16:28 -05:00

Merge pull request #5984 from jbeich/gcc-freebsd

common,video-core: unbreak GCC 11 build on FreeBSD 13
This commit is contained in:
bunnei
2021-02-27 14:15:00 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
#pragma once
#include <cstddef>
#include "common/common_types.h"
namespace Common {