Fix fdb-patch.txt

Turns out the include path was wrong it only worked before accidentally
This commit is contained in:
2024-02-21 15:23:10 -08:00
parent af269ff208
commit ed29ea0e61
+2 -2
View File
@@ -26,14 +26,14 @@ index bf4118f5f..d3b4eaad8 100644
// Use LogSystem as backend for txnStateStore. However, the real commit
diff --git a/fdbserver/SkipList.cpp b/fdbserver/SkipList.cpp
index b48d32c6b..d75734e61 100644
index b48d32c6b..269acfc99 100644
--- a/fdbserver/SkipList.cpp
+++ b/fdbserver/SkipList.cpp
@@ -25,6 +25,7 @@
#include <numeric>
#include <string>
#include <vector>
+#include <conflict_set/ConflictSet.h>
+#include <ConflictSet.h>
#include "flow/Platform.h"
#include "fdbrpc/fdbrpc.h"