Fix linux build
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
#include "Internal.h"
|
#include "Internal.h"
|
||||||
#include "KeyCompare.h"
|
#include "KeyCompare.h"
|
||||||
#include "VersionedMap.h"
|
#include "VersionedMap.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <math.h>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
// FDB implementation adapted to compile outside of FDB
|
// FDB implementation adapted to compile outside of FDB
|
||||||
|
|
||||||
@@ -1443,4 +1446,4 @@ int64_t VersionedMap::getBytes() const {
|
|||||||
// TODO
|
// TODO
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} // namespace weaselab
|
} // namespace weaselab
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <bit>
|
#include <bit>
|
||||||
#include <span>
|
#include <span>
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@@ -4,6 +4,7 @@ __errno_location@GLIBC_2.2.5
|
|||||||
fclose@GLIBC_2.2.5
|
fclose@GLIBC_2.2.5
|
||||||
fflush@GLIBC_2.2.5
|
fflush@GLIBC_2.2.5
|
||||||
fopen@GLIBC_2.2.5
|
fopen@GLIBC_2.2.5
|
||||||
|
fprintf@GLIBC_2.2.5
|
||||||
__fprintf_chk@GLIBC_2.3.4
|
__fprintf_chk@GLIBC_2.3.4
|
||||||
fread@GLIBC_2.2.5
|
fread@GLIBC_2.2.5
|
||||||
free@GLIBC_2.2.5
|
free@GLIBC_2.2.5
|
||||||
|
Reference in New Issue
Block a user