compile error fixes for linux/iOS

This commit is contained in:
Sasha Szpakowski
2023-02-11 16:39:38 -04:00
parent 95d44c2c2d
commit 3fb5ddadcb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@
// C
#include <stddef.h>
#include <string.h>
#include <vector>
#include <string>
@@ -22,6 +22,7 @@
// LOVE
#include "CoreAudioDecoder.h"
#include "common/Exception.h"
// C++
#include <vector>