Skip to content

Commit

Permalink
Update header file include.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Aug 8, 2023
1 parent 27221b9 commit fae833f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion native/cocos/bindings/manual/jsb_conversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include "renderer/gfx-base/states/GFXSampler.h"

#include "base/HasMemberFunction.h"
#include "bindings/utils/jsb_garbagecollect_callback.h"
#include "base/VirtualInheritBase.h"

#define SE_PRECONDITION2_VOID(condition, ...) \
do { \
Expand Down
1 change: 1 addition & 0 deletions native/cocos/bindings/manual/jsb_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include "bindings/jswrapper/PrivateObject.h"
#include "jsb_global_init.h"
#include "bindings/utils/jsb_garbagecollect_callback.h"

template <typename T, class... Args>
T *jsb_override_new(Args &&...args) { // NOLINT(readability-identifier-naming)
Expand Down

0 comments on commit fae833f

Please sign in to comment.