diff options
| -rw-r--r-- | stc/cset.h | 2 | ||||
| -rw-r--r-- | stc/csset.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,6 +25,6 @@ // Unordered set - implemented as open hashing with linear probing and no tombstones.
-#incluide "cmap.h"
+#include "cmap.h"
#endif
diff --git a/stc/csset.h b/stc/csset.h index 40a33da7..0f11e65f 100644 --- a/stc/csset.h +++ b/stc/csset.h @@ -25,6 +25,6 @@ // Sorted set - implemented as an AA-tree (balanced binary tree).
-#incluide "csmap.h"
+#include "csmap.h"
#endif
|
