diff options
Diffstat (limited to '')
| -rw-r--r-- | c++-qt/gats-qt/dictionary.h | 1 | ||||
| -rw-r--r-- | c++-qt/gats-qt/list.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/dictionary.h b/c++-qt/gats-qt/dictionary.h index 4f1d6e0..b1b6051 100644 --- a/c++-qt/gats-qt/dictionary.h +++ b/c++-qt/gats-qt/dictionary.h | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | #include "gats-qt/object.h" | 11 | #include "gats-qt/object.h" |
| 12 | #include "gats-qt/string.h" | 12 | #include "gats-qt/string.h" |
| 13 | #include <QHash> | 13 | #include <QHash> |
| 14 | #include <stdint.h> | ||
| 14 | 15 | ||
| 15 | namespace Gats | 16 | namespace Gats |
| 16 | { | 17 | { |
diff --git a/c++-qt/gats-qt/list.h b/c++-qt/gats-qt/list.h index f39043f..27c17c3 100644 --- a/c++-qt/gats-qt/list.h +++ b/c++-qt/gats-qt/list.h | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | #include "gats-qt/object.h" | 11 | #include "gats-qt/object.h" |
| 12 | #include <QList> | 12 | #include <QList> |
| 13 | #include <stdint.h> | ||
| 13 | 14 | ||
| 14 | namespace Gats | 15 | namespace Gats |
| 15 | { | 16 | { |
