Skip to content

Commit

Permalink
Missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Nov 23, 2023
1 parent e7a6e3d commit ac4455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/testbed.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include <gfs/gfs.hpp>

#include <cassert>
Expand All @@ -7,6 +6,7 @@
#include <iostream>
#include <sstream>
#include <string>
#include <string.h>

auto ReadTextFile(const std::filesystem::path& filename) -> std::string
{
Expand Down

0 comments on commit ac4455b

Please sign in to comment.