blob: 34aab214a5cc150b088b04108e0d2ea86f349916 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/resource.cpp.orig
+++ src/resource.cpp
@@ -22,6 +22,7 @@
#include "bbmail.h"
#include "resource.h"
#include "blackboxstyle.h"
+#include <cstdlib>
Resource::Resource(ToolWindow *toolwindow, const std::string &rc_file):
BaseResource(*toolwindow, toolwindow->getCurrentScreen(), rc_file),
|