author | llornkcor <llornkcor> | 2003-05-26 13:20:00 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-05-26 13:20:00 (UTC) |
commit | a93082fccebd06538e13a6a8c7f2d2b36d07077e (patch) (side-by-side diff) | |
tree | c26bea621739ada51546d5a10b2b59fa8bcef33d /noncore | |
parent | cf116ca13c0f1b67d9ead91786d247e996ca2dea (diff) | |
download | opie-a93082fccebd06538e13a6a8c7f2d2b36d07077e.zip opie-a93082fccebd06538e13a6a8c7f2d2b36d07077e.tar.gz opie-a93082fccebd06538e13a6a8c7f2d2b36d07077e.tar.bz2 |
fix compile
-rw-r--r-- | noncore/todayplugins/stockticker/stockticker/inputDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/todayplugins/stockticker/stockticker/inputDialog.cpp b/noncore/todayplugins/stockticker/stockticker/inputDialog.cpp index 42a3885..71dd7eb 100644 --- a/noncore/todayplugins/stockticker/stockticker/inputDialog.cpp +++ b/noncore/todayplugins/stockticker/stockticker/inputDialog.cpp @@ -3,4 +3,5 @@ #include <qapplication.h> +#include <qlayout.h> #include <qcheckbox.h> #include <qlineedit.h> |