Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
fix: add include
Browse files Browse the repository at this point in the history
  • Loading branch information
killcerr authored Feb 10, 2024
1 parent 94475e4 commit 201707f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/type_wappers/ItemStack_wapper.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once
#include "../pocketpy.h"
#include "Actor_wapper.h"
#include "Item_wapper.h"

#include <mc/world/item/registry/ItemStack.h>

Expand Down Expand Up @@ -58,4 +59,4 @@ struct ItemStackWapper {
#undef BIND
}
};
} // namespace type_wappers
} // namespace type_wappers

0 comments on commit 201707f

Please sign in to comment.