aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/AutoLog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/AutoLog.cpp')
-rw-r--r--parameter/AutoLog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/AutoLog.cpp b/parameter/AutoLog.cpp
index b34bc1c..ff7151a 100644
--- a/parameter/AutoLog.cpp
+++ b/parameter/AutoLog.cpp
@@ -29,6 +29,8 @@
*/
#include "AutoLog.h"
+using std::string;
+
CAutoLog::CAutoLog(const CElement* pElement, const string& strContext, bool bLogOn)
: _pElement(pElement), _strContext(strContext), _bLogOn(bLogOn)
{