diff options
Diffstat (limited to 'parameter/SystemClass.cpp')
-rw-r--r-- | parameter/SystemClass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/parameter/SystemClass.cpp b/parameter/SystemClass.cpp index 8ab7c94..132a87c 100644 --- a/parameter/SystemClass.cpp +++ b/parameter/SystemClass.cpp @@ -42,6 +42,9 @@ #define base CConfigurableElement +using std::list; +using std::string; + /** * A plugin file name is of the form: * lib<type>-subsystem.so or lib<type>-subsystem._host.so |