Skip to content

Commit

Permalink
Fix missing headers for GDExtension build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Sep 3, 2023
1 parent 84b158d commit e8e2d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terrain/instancing/voxel_instance_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "../../constants/voxel_string_names.h"
#include "../../util/container_funcs.h"
#include "../../util/godot/classes/array_mesh.h"
#include "../../util/godot/classes/engine.h"
#include "../../util/godot/core/array.h"
#include "../../util/godot/core/callable.h"
#include "../../util/godot/core/random_pcg.h"
#include "../../util/math/conv.h"
Expand Down

0 comments on commit e8e2d6c

Please sign in to comment.