diff options
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 |