foundationdb60: fix build

- Add missing #include, mainly <cmath>
- Add missing 'std::'
- Remove prototype conflicting with the libc's definition

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
This commit is contained in:
Masanori Ogino
2021-02-24 12:48:58 +09:00
parent ceee96345d
commit cd98de0816
2 changed files with 138 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ in with builtins; {
patches = [
./patches/ldflags-6.0.patch
./patches/include-fixes-6.0.patch
];
};