diff --git a/README.md b/README.md index fae283b..53d71cc 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,9 @@ also want to override the positional help by calling `options.positional_help`. Putting all together: ```cpp +#include +#include "cxxopts.hpp" + int main(int argc, char** argv) { cxxopts::Options options("test", "A brief description");