summaryrefslogtreecommitdiffstats
path: root/main/dependencies/qt3/src
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
commit40778f37456fa527b7ea2292fe1c2f40b8176298 (patch)
treea79b15fa97ec542199a762fb40c86b02a0e69892 /main/dependencies/qt3/src
parentad81c1f6d02d362df0747a8aebe20bdf7bf6d3d9 (diff)
downloadtde-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.h2
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"