Skip to content

Commit

Permalink
Include <functional> to fix compile error
Browse files Browse the repository at this point in the history
Not sure why some compilers don't need this, while some do, but GCC11
throws an error when it's missing.
  • Loading branch information
WPettersson committed Feb 14, 2022
1 parent 4564e74 commit 45a6a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/utilities/typeutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define __REGINA_TYPEUTILS_H
#endif

#include <functional>
#include "regina-core.h"

namespace regina {
Expand Down

0 comments on commit 45a6a12

Please sign in to comment.