aboutsummaryrefslogtreecommitdiff
path: root/c++-qt
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2016-09-21 12:56:11 -0600
committerMike Buland <mike@xagasoft.com>2016-09-21 12:56:11 -0600
commit10f61f1285190986498221cfa82b2d3b9fe9f391 (patch)
tree78a469517d56aa423dbc231cd49544ffb4969738 /c++-qt
parenta9e52e201f401860e394a87ec3634206aedc440b (diff)
downloadlibgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.gz
libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.bz2
libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.xz
libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.zip
Accumulated changes.
Diffstat (limited to 'c++-qt')
-rw-r--r--c++-qt/gats-qt/dictionary.h1
-rw-r--r--c++-qt/gats-qt/list.h1
-rw-r--r--c++-qt/src/gatsstream.cpp1
-rw-r--r--c++-qt/src/list.cpp1
4 files changed, 4 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
15namespace Gats 16namespace 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
14namespace Gats 15namespace Gats
15{ 16{
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
19Gats::GatsStream::GatsStream( QIODevice &rStream ) : 20Gats::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
16Gats::List::List() 17Gats::List::List()
17{ 18{