Skip to content

Commit

Permalink
Fix missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Feb 2, 2025
1 parent 6468c49 commit ac6cc63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions engine/gpu/compute_shader_resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define VOXEL_COMPUTE_SHADER_RESOURCE_H

#include "../../util/containers/span.h"
#include "../../util/godot/classes/ref_counted.h"
#include "../../util/godot/core/packed_byte_array.h"
#include "../../util/godot/core/rid.h"
#include "../../util/macros.h"
Expand Down
1 change: 1 addition & 0 deletions engine/gpu/gpu_task_runner.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "gpu_task_runner.h"
#include "../../util/dstack.h"
#include "../../util/errors.h"
#include "../../util/godot/classes/rd_sampler_state.h"
#include "../../util/godot/classes/rendering_device.h"
#include "../../util/godot/classes/rendering_server.h"
#include "../../util/math/funcs.h"
Expand Down

0 comments on commit ac6cc63

Please sign in to comment.