Skip to content

Commit

Permalink
Missing header for some compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Apr 23, 2023
1 parent eb9d09c commit 13567b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/godot/classes/ref_counted.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef ZN_GODOT_REF_COUNTED_H
#define ZN_GODOT_REF_COUNTED_H

#include <functional>

#if defined(ZN_GODOT)
#include <core/object/ref_counted.h>
#elif defined(ZN_GODOT_EXTENSION)
Expand Down

0 comments on commit 13567b4

Please sign in to comment.