Skip to content

Commit

Permalink
Merge pull request #1467 from kuzudb/fix-fedora
Browse files Browse the repository at this point in the history
Fix compilation on fedora 38
  • Loading branch information
ray6080 committed Apr 13, 2023
2 parents f9a7c89 + ec26cde commit e83ee32
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/include/common/types/dtime_t.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <string>

#include "common/api.h"
Expand Down
1 change: 1 addition & 0 deletions src/include/common/types/interval_t.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <string>

#include "common/api.h"
Expand Down
1 change: 1 addition & 0 deletions src/include/common/types/ku_string.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <string>

namespace kuzu {
Expand Down
1 change: 1 addition & 0 deletions third_party/utf8proc/include/utf8proc_wrapper.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <cassert>
#include <cstdint>
#include <cstring>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions tools/benchmark/include/benchmark_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <string>

namespace kuzu {
Expand Down
1 change: 1 addition & 0 deletions tools/shell/include/linenoise.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#ifndef __LINENOISE_H
#define __LINENOISE_H

#include <cstdint>
#include <string>

#ifdef __cplusplus
Expand Down

0 comments on commit e83ee32

Please sign in to comment.