Skip to content

Commit

Permalink
Add missing header for ofstream
Browse files Browse the repository at this point in the history
  • Loading branch information
blawrence-ont committed Jul 10, 2024
1 parent 6feca1d commit 5f53469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dorado/cli/demux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <spdlog/spdlog.h>

#include <chrono>
#include <fstream>
#include <memory>
#include <optional>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions dorado/cli/duplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include <cstdlib>
#include <exception>
#include <filesystem>
#include <fstream>
#include <memory>
#include <optional>
#include <thread>
Expand Down

0 comments on commit 5f53469

Please sign in to comment.