diff options
author | Alexis Menard <alexis.menard@trolltech.com> | 2009-09-30 11:57:33 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-10-13 11:55:41 (GMT) |
commit | 7d27d9732e1f528396b27022720d60d38fe9717a (patch) | |
tree | 0266693436628f021c4b7e3baaa1f54196a56562 | |
parent | 09a75f3dd9a005b648111af6373660c0f48e772f (diff) | |
download | Qt-7d27d9732e1f528396b27022720d60d38fe9717a.zip Qt-7d27d9732e1f528396b27022720d60d38fe9717a.tar.gz Qt-7d27d9732e1f528396b27022720d60d38fe9717a.tar.bz2 |
Fix auto-test build.
Reviewed-by:jesper
-rw-r--r-- | tests/auto/qlistview/tst_qlistview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qlistview/tst_qlistview.cpp b/tests/auto/qlistview/tst_qlistview.cpp index 499fb0b..d9cab02 100644 --- a/tests/auto/qlistview/tst_qlistview.cpp +++ b/tests/auto/qlistview/tst_qlistview.cpp @@ -59,6 +59,8 @@ #include <windows.h> #endif +#include "../../shared/util.h" + //TESTED_CLASS= //TESTED_FILES= |