We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b170daf commit 6a52b3fCopy full SHA for 6a52b3f
cocos/audio/win32/AudioCache.h
@@ -29,10 +29,11 @@
29
30
#if CC_TARGET_PLATFORM == CC_PLATFORM_WIN32
31
32
-#include <string>
+#include <functional>
33
+#include <memory>
34
#include <mutex>
35
+#include <string>
36
#include <vector>
-#include <memory>
37
#ifdef OPENAL_PLAIN_INCLUDES
38
#include <al.h>
39
#else
cocos/audio/win32/AudioPlayer.h
@@ -29,9 +29,10 @@
#include <condition_variable>
#include <thread>
0 commit comments