mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-08 17:03:10 +00:00
chore: added header file to check if it fixes CI build issue
This commit is contained in:
parent
f23efbb66c
commit
1487908100
@ -1,4 +1,5 @@
|
||||
#include <iostream>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "negentropy.h"
|
||||
#include "negentropy/storage/BTreeMem.h"
|
||||
@ -226,4 +227,4 @@ void free_result(result* r){
|
||||
free((void *) r->need_ids[i].data);
|
||||
}
|
||||
free((void *)r->need_ids);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user