diff options
Diffstat (limited to 'Sluift/SluiftGlobals.h')
| -rw-r--r-- | Sluift/SluiftGlobals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sluift/SluiftGlobals.h b/Sluift/SluiftGlobals.h index e89f495..9d9cc51 100644 --- a/Sluift/SluiftGlobals.h +++ b/Sluift/SluiftGlobals.h @@ -10,4 +10,5 @@ #include <Swiften/EventLoop/SimpleEventLoop.h> #include <Swiften/Network/BoostNetworkFactories.h> +#include <Swiften/TLS/PlatformTLSFactories.h> #ifdef HAVE_ITUNES #include <Sluift/ITunesInterface.h> @@ -26,4 +27,5 @@ namespace Swift { SimpleEventLoop eventLoop; BoostNetworkFactories networkFactories; + PlatformTLSFactories tlsFactories; int coreLibIndex; int moduleLibIndex; |
Swift