summaryrefslogtreecommitdiff
path: root/src/mainmenuitemsprovider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainmenuitemsprovider.cpp')
-rw-r--r--src/mainmenuitemsprovider.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainmenuitemsprovider.cpp b/src/mainmenuitemsprovider.cpp
index 456fcf7..594c342 100644
--- a/src/mainmenuitemsprovider.cpp
+++ b/src/mainmenuitemsprovider.cpp
@@ -25,6 +25,7 @@
#include "systemmenunode.h"
#include "pluginmenunode.h"
#include "commandmenunode.h"
+#include "linemenunode.h"
#include <vdr/plugin.h>
#include "childlock.h"
#include "menuconfiguration.h"
@@ -145,4 +146,4 @@ void MainMenuItemsProvider::ProcessSystemMenuNode(SystemMenuNode* node)
void MainMenuItemsProvider::ProcessLineMenuNode(LineMenuNode* node)
{
_createdMenuItemDefinition = new OsdItemDefinition(new cOsdLineItem(node->Text().c_str());
-} \ No newline at end of file
+}