Skip to content

Commit

Permalink
added missing include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
RlanderRISCSW committed Jan 8, 2024
1 parent 6f4fc1b commit 579cdfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "utils.h"
#include <fstream>

auto readTextFile(const boost::filesystem::path& path) -> std::string {
std::ifstream f(path.string());
Expand Down

0 comments on commit 579cdfd

Please sign in to comment.