From d50bb8bc8011b91c6efb45910a5f2cbb9181bd75 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 10 Jul 2024 16:59:31 -0700 Subject: [PATCH] Add missing header --- SkipList.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SkipList.cpp b/SkipList.cpp index f0474ff..9d670df 100644 --- a/SkipList.cpp +++ b/SkipList.cpp @@ -22,6 +22,8 @@ #include "ConflictSet.h" #include "Internal.h" + +#include #include std::span keyAfter(Arena &arena, std::span key) {