From a60102277fabd086def3d641a05cb6c79190463e Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Tue, 16 Aug 2016 09:13:13 -0600 Subject: include guards --- args.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'args.hxx') diff --git a/args.hxx b/args.hxx index 7be2305..da93fa1 100644 --- a/args.hxx +++ b/args.hxx @@ -25,6 +25,9 @@ * The important stuff is done inside the args namespace */ +#ifndef ARGS_HXX +#define ARGS_HXX + #include #include #include @@ -2051,3 +2054,5 @@ namespace args } }; } + +#endif -- cgit v1.2.1