blob: 997df68a4144302911a65e2be25fd8b167f20cf6 (
plain) (
tree)
|
|
--- src/mailboxmenu.cpp.orig
+++ src/mailboxmenu.cpp
@@ -20,6 +20,7 @@
//
//
#include "mailboxmenu.h"
+#include <cstdlib>
MailboxMenu::MailboxMenu(ToolWindow *toolwindow) :
Menu(*toolwindow, toolwindow->getCurrentScreen()), bbtool(toolwindow)
|