diff options
Diffstat (limited to 'parameter/ElementLocator.cpp')
-rw-r--r-- | parameter/ElementLocator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/ElementLocator.cpp b/parameter/ElementLocator.cpp index 4abd95b..4c2fa99 100644 --- a/parameter/ElementLocator.cpp +++ b/parameter/ElementLocator.cpp @@ -30,6 +30,8 @@ #include "ElementLocator.h" #include "PathNavigator.h" +using std::string; + CElementLocator::CElementLocator(CElement* pSubRootElement, bool bStrict) : _pSubRootElement(pSubRootElement), _bStrict(bStrict) { } |