diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 14:05:55 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 14:05:55 -0500 |
| commit | 312367cefdf19b35b423cce9d15e937f02f71ac7 (patch) | |
| tree | 2332fcb0872270c0b0f337268ce105e8bbd30881 /sigcore/Script.h | |
| parent | 91fe2fa3fb88af4082b203a3bee74e234b948694 (diff) | |
| download | sigen-312367cefdf19b35b423cce9d15e937f02f71ac7.tar.gz sigen-312367cefdf19b35b423cce9d15e937f02f71ac7.tar.xz sigen-312367cefdf19b35b423cce9d15e937f02f71ac7.zip | |
Fixed includes from sigcore/Global.h
Diffstat (limited to 'sigcore/Script.h')
| -rw-r--r-- | sigcore/Script.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sigcore/Script.h b/sigcore/Script.h index 6a12725e..7b5a3a8a 100644 --- a/sigcore/Script.h +++ b/sigcore/Script.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,6 +26,7 @@ #include "Global.h" // Qt includes +#include <QtCore/QMetaType> #include <QtCore/QString> namespace Sigcore |
