ardazishvili / Sota

Editable generator of discrete structures for Godot 4
MIT License
31 stars 2 forks source link

Add missing functional header include at general_utility #60

Closed HKunogi closed 1 month ago

HKunogi commented 1 month ago

Without this header when trying to build the engine from source it throws C2096: 'function': is not a member of 'std'. After adding this it builds correctly.

ardazishvili commented 1 month ago

@HKunogi FYI #61, #62