Skip to content

Commit

Permalink
Fix compilation on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Oct 12, 2023
1 parent fd5dd61 commit 3d30627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/main/kuzu_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Catalog;
namespace common {
enum class StatementType : uint8_t;
class Value;
class FileInfo;
struct FileInfo;
} // namespace common

namespace storage {
Expand Down

0 comments on commit 3d30627

Please sign in to comment.