diff options
Diffstat (limited to 'parameter/ParameterType.cpp')
-rwxr-xr-x | parameter/ParameterType.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/ParameterType.cpp b/parameter/ParameterType.cpp index 98ae2f1..01d94aa 100755 --- a/parameter/ParameterType.cpp +++ b/parameter/ParameterType.cpp @@ -34,6 +34,8 @@ #define base CTypeElement +using std::string; + CParameterType::CParameterType(const string& strName) : base(strName), _uiSize(0) { } |