mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
compile error fixes for linux/iOS
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
// C
|
// C
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <string.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
// LOVE
|
// LOVE
|
||||||
#include "CoreAudioDecoder.h"
|
#include "CoreAudioDecoder.h"
|
||||||
|
#include "common/Exception.h"
|
||||||
|
|
||||||
// C++
|
// C++
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
Reference in New Issue
Block a user