diff options
Diffstat (limited to 'c++-qt/src')
-rw-r--r-- | c++-qt/src/gatsstream.cpp | 1 | ||||
-rw-r--r-- | c++-qt/src/list.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/src/gatsstream.cpp b/c++-qt/src/gatsstream.cpp index 498b403..cb6b53c 100644 --- a/c++-qt/src/gatsstream.cpp +++ b/c++-qt/src/gatsstream.cpp | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <arpa/inet.h> | 14 | #include <arpa/inet.h> |
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | #include <stdint.h> | ||
17 | #include <QBuffer> | 18 | #include <QBuffer> |
18 | 19 | ||
19 | Gats::GatsStream::GatsStream( QIODevice &rStream ) : | 20 | Gats::GatsStream::GatsStream( QIODevice &rStream ) : |
diff --git a/c++-qt/src/list.cpp b/c++-qt/src/list.cpp index 19ff4b5..fae51d1 100644 --- a/c++-qt/src/list.cpp +++ b/c++-qt/src/list.cpp | |||
@@ -12,6 +12,7 @@ | |||
12 | #include "gats-qt/float.h" | 12 | #include "gats-qt/float.h" |
13 | #include "gats-qt/boolean.h" | 13 | #include "gats-qt/boolean.h" |
14 | #include "gats-qt/dictionary.h" | 14 | #include "gats-qt/dictionary.h" |
15 | #include <stdint.h> | ||
15 | 16 | ||
16 | Gats::List::List() | 17 | Gats::List::List() |
17 | { | 18 | { |