chore: added header file to check if it fixes CI build issue

This commit is contained in:
Prem Chaitanya Prathi 2024-03-06 16:22:19 +05:30
parent f23efbb66c
commit 1487908100
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}
}