mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
11 lines
284 B
Diff
11 lines
284 B
Diff
|
--- src/mainwidget.cpp.orig 2008-07-25 21:51:24.000000000 -0400
|
||
|
+++ src/mainwidget.cpp 2008-07-25 21:51:26.000000000 -0400
|
||
|
@@ -45,6 +45,7 @@
|
||
|
#include <kcolorbutton.h>
|
||
|
#include <kpushbutton.h>
|
||
|
#include <kmessagebox.h>
|
||
|
+#include <cstdlib>
|
||
|
|
||
|
#include <fstream>
|
||
|
using namespace std;
|