Skip to content

Commit 68909b8

Browse files
authored
add <functional> include to fix compile issues
1 parent a9bb913 commit 68909b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/Geode/Result.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <type_traits>
1212
#include <utility>
1313
#include <variant>
14+
#include <functional>
1415

1516
#if !defined(GEODE_CONCAT)
1617
#define GEODE_CONCAT2(x, y) x##y

0 commit comments

Comments
 (0)