We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a65f6 commit d16dd02Copy full SHA for d16dd02
src/platform/utils.hpp
@@ -3,6 +3,9 @@
3
#include <string>
4
#include <stdint.h>
5
#include <Geode/cocos/cocoa/CCObject.h>
6
+#ifndef GEODE_IS_WINDOWS
7
+#include <cxxabi.h>
8
+#endif
9
10
static inline std::string getNodeName(cocos2d::CCObject* node) {
11
#ifdef GEODE_IS_WINDOWS
0 commit comments