Skip to content

Commit

Permalink
Merge pull request #4 from pentatonick/fix-trace-tool-compilation-err…
Browse files Browse the repository at this point in the history
…or-std-put_time

fixed trace_tool/src/Main.cpp compilation error in ubuntu-latest docker image
  • Loading branch information
pentatonick authored Aug 8, 2024
2 parents 5bb8bbd + 423b4de commit e837edf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tool/trace_tool/src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <set>
#include <string>
#include <vector>
#include <iomanip> // for std::put_time

using minecpp::nbt::CompoundContent;

Expand Down Expand Up @@ -100,4 +101,4 @@ int main(int argc, char **argv)
}

return 0;
}
}

0 comments on commit e837edf

Please sign in to comment.