diff options
Diffstat (limited to 'parameter/ElementLocator.h')
-rw-r--r-- | parameter/ElementLocator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parameter/ElementLocator.h b/parameter/ElementLocator.h index 9b000ad..c35eb5c 100644 --- a/parameter/ElementLocator.h +++ b/parameter/ElementLocator.h @@ -31,13 +31,15 @@ #include "Element.h" +#include <string> + class CElementLocator { public: CElementLocator(CElement* pSubRootElement, bool bStrict = true); // Locate element - bool locate(const string& strPath, CElement** ppElement, string& strError); + bool locate(const std::string& strPath, CElement** ppElement, std::string& strError); private: // Subroot element |