diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-28 13:13:47 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-28 13:13:47 -0500 |
commit | c51034159253d919a2e5630221dfd3ef0ffed761 (patch) | |
tree | 1e701fa93d3bb12dd824eea5292d5278a2382aee /tqtinterface | |
parent | 72363f884eb0d7d8322c9c3e334c0082d8880dc3 (diff) | |
download | experimental-3.5.13.tar.gz experimental-3.5.13.zip |
Fix Qt3/TQt4 gcc 4.6 dependent program FTBFSv3.5.13
Diffstat (limited to 'tqtinterface')
-rw-r--r-- | tqtinterface/qt4/src/tools/tqvaluevector.h | 2 |
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" |