Skip to content

Commit

Permalink
Fixed build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jkurdek committed Feb 2, 2025
1 parent b6026f5 commit 436d911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparser/input_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <fstream>
#include <iostream>
#include <cstring>

std::string InputReader::ReadFile(const std::string& filename) {
std::ifstream file(filename, std::ios::binary | std::ios::ate);
Expand Down

0 comments on commit 436d911

Please sign in to comment.