Skip to content

Commit

Permalink
Use fstream header for std::ifstream
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Avlasov <yavlasov@google.com>
  • Loading branch information
yanavlasov committed Apr 8, 2024
1 parent 72fe210 commit 59e136e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/backtrace.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "source/server/backtrace.h"

#include <iostream>
#include <fstream>

#include "absl/strings/str_split.h"

Expand Down

0 comments on commit 59e136e

Please sign in to comment.