diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/utils.h b/tools/utils.h index ea6d9ba..428c7f5 100644 --- a/tools/utils.h +++ b/tools/utils.h @@ -1,3 +1,5 @@ +#ifndef UTILS_H +#define UTILS_H #include <string> #include <list> #include <iostream> @@ -31,7 +33,6 @@ public: } }; - std::string basename(const std::string path); int prefix(const std::string shorter, const std::string longer); std::string time_out(const int _ttt); @@ -91,3 +92,4 @@ public: std::string strError(const int); std::string strError(); +#endif |