mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Fix unpacktool missing stddef.h
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
namespace StringCommon
|
namespace StringCommon
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user