Skip to content

Commit

Permalink
Merge pull request #1458 from kuzudb/fix-fedora
Browse files Browse the repository at this point in the history
Fix fedora compiling
  • Loading branch information
ray6080 committed Apr 10, 2023
2 parents fab4d42 + c1b1039 commit c344c83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/include/common/string_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cstring>
#include <sstream>
#include <string>
#include <vector>

#include "spdlog/fmt/fmt.h"

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

#include <functional>
#include <vector>

#include "concurrentqueue.h"
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.11.0
GIT_TAG v1.13.0
)
FetchContent_MakeAvailable(googletest)
add_library(GTest::GTest INTERFACE IMPORTED)
Expand Down
1 change: 1 addition & 0 deletions third_party/pyparse/pyparse.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/
#pragma once

#include <algorithm>
#include <memory>
#include <sstream>
#include <string>
Expand Down

0 comments on commit c344c83

Please sign in to comment.