Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add `#include <iostream>` for a truly complete example.
  • Loading branch information
adishavit authored Dec 18, 2018
1 parent 92b9d81 commit a1edee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ If you're writing a highly-sophisticated command line tool, then `Boost.Program_
## TL;DR
It doesn't get much simpler than this:
```cpp
#include <iostream>
#include "argh.h"

int main(int, char* argv[])
Expand Down

0 comments on commit a1edee5

Please sign in to comment.