Fix linux build

This commit is contained in:
2024-05-30 18:02:05 -07:00
parent 6c3eae219d
commit 5da76e4585
3 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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