Skip to content

Commit d16dd02

Browse files
committed
add cxxabi.h include back
1 parent 87a65f6 commit d16dd02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platform/utils.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#include <string>
44
#include <stdint.h>
55
#include <Geode/cocos/cocoa/CCObject.h>
6+
#ifndef GEODE_IS_WINDOWS
7+
#include <cxxabi.h>
8+
#endif
69

710
static inline std::string getNodeName(cocos2d::CCObject* node) {
811
#ifdef GEODE_IS_WINDOWS

0 commit comments

Comments
 (0)