Add missing #include

This commit is contained in:
Clownacy 2020-01-08 19:12:12 +00:00
parent 9e5406eb39
commit 4faf94e951

View file

@ -1,5 +1,7 @@
#pragma once
#include <stddef.h>
#include "../WindowsWrapper.h"
typedef struct AudioBackend_Sound AudioBackend_Sound;