Skip to content

Commit

Permalink
fix: single header file pragma missing
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 15, 2021
1 parent 975e58b commit fc419c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 2.0.1: Single header fix

The single header file was missing the include guard.


## Version 2.0: Simplification

This version focuses on cleaning up deprecated functionality, and some minor
Expand Down
2 changes: 2 additions & 0 deletions CLI11.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#pragma once

// Standard combined includes:
{public_includes}

Expand Down

0 comments on commit fc419c5

Please sign in to comment.