summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-09-28 13:13:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-09-28 13:13:47 -0500
commitc51034159253d919a2e5630221dfd3ef0ffed761 (patch)
tree1e701fa93d3bb12dd824eea5292d5278a2382aee
parent72363f884eb0d7d8322c9c3e334c0082d8880dc3 (diff)
downloadexperimental-3.5.13.tar.gz
experimental-3.5.13.zip
Fix Qt3/TQt4 gcc 4.6 dependent program FTBFSv3.5.13
-rw-r--r--tqtinterface/qt4/src/tools/tqvaluevector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tqtinterface/qt4/src/tools/tqvaluevector.h b/tqtinterface/qt4/src/tools/tqvaluevector.h
index 03ef9d2..be4106f 100644
--- a/tqtinterface/qt4/src/tools/tqvaluevector.h
+++ b/tqtinterface/qt4/src/tools/tqvaluevector.h
@@ -39,6 +39,8 @@
#ifndef TQVALUEVECTOR_H
#define TQVALUEVECTOR_H
+#include <cstddef>
+
#ifndef TQT_H
#include "tqtl.h"
#include "tqshared.h"