summaryrefslogtreecommitdiff
path: root/PlexServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'PlexServer.h')
-rw-r--r--PlexServer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/PlexServer.h b/PlexServer.h
index a3d6ee1..3879878 100644
--- a/PlexServer.h
+++ b/PlexServer.h
@@ -6,6 +6,7 @@
#include <sstream>
#include <iostream>
#include <vector>
+#include <memory>
#include <Poco/String.h>
#include <Poco/Net/HTTPClientSession.h>
@@ -15,7 +16,7 @@
namespace plexclient
{
-
+
class PlexServer
{
public:
@@ -59,7 +60,7 @@ public:
}
std::string GetUri();
-
+
void DiscoverSettings();
private: