summaryrefslogtreecommitdiff
path: root/native/jni/qt-peer
diff options
context:
space:
mode:
authorRobert Schuster <theBohemian@gmx.net>2005-09-06 23:03:25 +0000
committerRobert Schuster <theBohemian@gmx.net>2005-09-06 23:03:25 +0000
commit754a70d6465a8fe15465fdade7d3e76fc1aed698 (patch)
treef96edc9412c3fab57ceb4c72413a57ecac393346 /native/jni/qt-peer
parent415cfd20a9cbcecf918ec3c3cd74308d13864884 (diff)
downloadclasspath-754a70d6465a8fe15465fdade7d3e76fc1aed698.tar.gz
Fixes building the Qt4 peers.
2005-09-07 Robert Schuster <robertschuster@fsfe.org> * native/jni/qt-peer/componentevent.cpp: Added inclusion of assert.h
Diffstat (limited to 'native/jni/qt-peer')
-rw-r--r--native/jni/qt-peer/componentevent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/qt-peer/componentevent.cpp b/native/jni/qt-peer/componentevent.cpp
index ff189e49e..ae88af019 100644
--- a/native/jni/qt-peer/componentevent.cpp
+++ b/native/jni/qt-peer/componentevent.cpp
@@ -35,6 +35,7 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
+#include <assert.h>
#include <QWidget>
#include <QPoint>