summaryrefslogtreecommitdiff
path: root/include/pluginManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pluginManager.h')
-rw-r--r--include/pluginManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pluginManager.h b/include/pluginManager.h
index 5c38e34..a40308f 100644
--- a/include/pluginManager.h
+++ b/include/pluginManager.h
@@ -12,6 +12,7 @@
#include <string>
#include <map>
#include <list>
+#include <boost/shared_ptr.hpp>
namespace upnp {
@@ -41,7 +42,7 @@ private:
FunctionPtr profiler;
};
- typedef std::list<boost::shared_ptr<DLL>> DLLList;
+ typedef std::list< boost::shared_ptr<DLL> > DLLList;
DLLList dlls;
cMediaManager* manager;