Skip to content

Commit

Permalink
doc: Add missing <fstream> include to client_cli.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Apr 8, 2022
1 parent db70c46 commit d59a4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/client_cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <iostream>
#include <iomanip>
#include <fstream>

#include <boost/program_options.hpp>
#include <boost/format.hpp>
Expand Down

0 comments on commit d59a4ca

Please sign in to comment.