diff -r 1d544788a8b3 -r d0b278fd29d5 src/types.h --- a/src/types.h Wed Jul 17 00:31:04 2013 +0300 +++ b/src/types.h Wed Jul 17 01:53:57 2013 +0300 @@ -4,9 +4,11 @@ #include "main.h" #include #include +#include typedef QString str; typedef QChar qchar; +typedef QVariant var; template using list = QList; typedef unsigned int uint; typedef unsigned short ushort;