summaryrefslogtreecommitdiffstats
path: root/parameter/SimulatedBackSynchronizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SimulatedBackSynchronizer.h')
-rw-r--r--parameter/SimulatedBackSynchronizer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/parameter/SimulatedBackSynchronizer.h b/parameter/SimulatedBackSynchronizer.h
index 086d87e..6acf090 100644
--- a/parameter/SimulatedBackSynchronizer.h
+++ b/parameter/SimulatedBackSynchronizer.h
@@ -32,6 +32,8 @@
#include "BackSynchronizer.h"
#include "ParameterAccessContext.h"
+#include <string>
+
class CParameterBlackboard;
class CSimulatedBackSynchronizer : public CBackSynchronizer
@@ -43,7 +45,7 @@ public:
virtual void sync();
private:
// Fake error for parameter context creation
- string _strError;
+ std::string _strError;
// Parameter context
CParameterAccessContext _parameterAccessContext;
};