Typo fix?

This commit is contained in:
David Given
2022-03-25 21:57:02 +01:00
parent 5cf15a9b11
commit 45f2d98f3c

View File

@@ -30,7 +30,7 @@
#include <variant>
#include <optional>
#if defined CPP20_COMPARISONS_PRESENT
#if CPP20_COMPARISONS_PRESENT
#include <compare>
#endif