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 | 40778f37456fa527b7ea2292fe1c2f40b8176298 (patch) | |
tree | a79b15fa97ec542199a762fb40c86b02a0e69892 /main/dependencies/qt3/src | |
parent | ad81c1f6d02d362df0747a8aebe20bdf7bf6d3d9 (diff) | |
download | tde-40778f37456fa527b7ea2292fe1c2f40b8176298.tar.gz tde-40778f37456fa527b7ea2292fe1c2f40b8176298.zip |
Fix Qt3/TQt4 gcc 4.6 dependent program FTBFS
Diffstat (limited to 'main/dependencies/qt3/src')
-rw-r--r-- | main/dependencies/qt3/src/tools/qvaluevector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/dependencies/qt3/src/tools/qvaluevector.h b/main/dependencies/qt3/src/tools/qvaluevector.h index 7fe13a408..56fa53fd1 100644 --- a/main/dependencies/qt3/src/tools/qvaluevector.h +++ b/main/dependencies/qt3/src/tools/qvaluevector.h @@ -39,6 +39,8 @@ #ifndef QVALUEVECTOR_H #define QVALUEVECTOR_H +#include <cstddef> + #ifndef QT_H #include "qtl.h" #include "qshared.h" |