forked from weaselab/conflict-set
Fix fdb-patch.txt
Turns out the include path was wrong it only worked before accidentally
This commit is contained in:
+2
-2
@@ -26,14 +26,14 @@ index bf4118f5f..d3b4eaad8 100644
|
|||||||
|
|
||||||
// Use LogSystem as backend for txnStateStore. However, the real commit
|
// Use LogSystem as backend for txnStateStore. However, the real commit
|
||||||
diff --git a/fdbserver/SkipList.cpp b/fdbserver/SkipList.cpp
|
diff --git a/fdbserver/SkipList.cpp b/fdbserver/SkipList.cpp
|
||||||
index b48d32c6b..d75734e61 100644
|
index b48d32c6b..269acfc99 100644
|
||||||
--- a/fdbserver/SkipList.cpp
|
--- a/fdbserver/SkipList.cpp
|
||||||
+++ b/fdbserver/SkipList.cpp
|
+++ b/fdbserver/SkipList.cpp
|
||||||
@@ -25,6 +25,7 @@
|
@@ -25,6 +25,7 @@
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
+#include <conflict_set/ConflictSet.h>
|
+#include <ConflictSet.h>
|
||||||
|
|
||||||
#include "flow/Platform.h"
|
#include "flow/Platform.h"
|
||||||
#include "fdbrpc/fdbrpc.h"
|
#include "fdbrpc/fdbrpc.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user