aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/gats-qt/list.h
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/gats-qt/list.h
parenta9e52e201f401860e394a87ec3634206aedc440b (diff)
downloadlibgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.gz
libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.bz2
libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.xz
libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.zip
Accumulated changes.
Diffstat (limited to '')
-rw-r--r--c++-qt/gats-qt/list.h1
1 files changed, 1 insertions, 0 deletions
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{