diff options
Diffstat (limited to 'xbmc/AppInboundProtocol.cpp')
-rw-r--r-- | xbmc/AppInboundProtocol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/AppInboundProtocol.cpp b/xbmc/AppInboundProtocol.cpp index 2ac156f680..c27f086d76 100644 --- a/xbmc/AppInboundProtocol.cpp +++ b/xbmc/AppInboundProtocol.cpp @@ -7,6 +7,7 @@ */ #include "AppInboundProtocol.h" + #include "Application.h" CAppInboundProtocol::CAppInboundProtocol(CApplication &app) : m_pApp(app) |