diff options
Diffstat (limited to 'parameter/CompoundRule.cpp')
-rw-r--r-- | parameter/CompoundRule.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/CompoundRule.cpp b/parameter/CompoundRule.cpp index d9172ee..9fc2674 100644 --- a/parameter/CompoundRule.cpp +++ b/parameter/CompoundRule.cpp @@ -32,6 +32,8 @@ #define base CRule +using std::string; + // Types const char* CCompoundRule::_apcTypes[2] = { "Any", |