diff options
author | Michele Calgaro <[email protected]> | 2022-08-05 23:27:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-05 23:27:30 +0900 |
commit | 509cd0aa505df0a93702608575b72f07a97c0139 (patch) | |
tree | cda134364734ce39751fd780a97c1f8b04ddd598 /src/tclap/StandardTraits.h | |
parent | 430373ae38565e0d7f62b8fca0cbad73de73ec7f (diff) | |
download | universal-indent-gui-tqt-509cd0aa505df0a93702608575b72f07a97c0139.tar.gz universal-indent-gui-tqt-509cd0aa505df0a93702608575b72f07a97c0139.zip |
Formatted and fixed TCLAP headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tclap/StandardTraits.h')
-rw-r--r-- | src/tclap/StandardTraits.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/tclap/StandardTraits.h b/src/tclap/StandardTraits.h index 4129c7e..664969d 100644 --- a/src/tclap/StandardTraits.h +++ b/src/tclap/StandardTraits.h @@ -1,5 +1,3 @@ -// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- - /****************************************************************************** * * file: StandardTraits.h @@ -20,16 +18,20 @@ * *****************************************************************************/ -// This is an internal tclap file, you should probably not have to -// include this directly - #ifndef TCLAP_STANDARD_TRAITS_H #define TCLAP_STANDARD_TRAITS_H +// This is an internal tclap file, you should probably not have to +// include this directly + #ifdef HAVE_CONFIG_H #include <config.h> // To check for long long #endif +#include <tclap/ArgTraits.h> + +#include <string> + namespace TCLAP { // ====================================================================== @@ -195,6 +197,6 @@ namespace TCLAP { dst = src; } -} // namespace +} #endif |