diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-26 18:09:39 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-26 18:09:39 -0400 |
| commit | 4325434c47799ad41003a1d100f24e0f705f6e17 (patch) | |
| tree | 7788c74534f81cfaa206d4b3516cc893c6399731 /sigscript | |
| parent | c40f1818b4f090c1180b463a1c814e75aab7e354 (diff) | |
| download | sigen-4325434c47799ad41003a1d100f24e0f705f6e17.tar.gz sigen-4325434c47799ad41003a1d100f24e0f705f6e17.tar.xz sigen-4325434c47799ad41003a1d100f24e0f705f6e17.zip | |
Fix includes after function split
Diffstat (limited to 'sigscript')
| -rw-r--r-- | sigscript/SkinWrapper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sigscript/SkinWrapper.h b/sigscript/SkinWrapper.h index 6276c7b6..1380f550 100644 --- a/sigscript/SkinWrapper.h +++ b/sigscript/SkinWrapper.h @@ -24,6 +24,9 @@ // Sigcore includes #include <sigcore/Script.h> +// Qt includes +#include <QtCore/QSize> + // Forward declarations namespace Sigmod { |
