Hi,
I had to include assert.h to get this to compile.

2005-09-07  Robert Schuster  <[EMAIL PROTECTED]>

    * native/jni/qt-peer/componentevent.cpp: Added inclusion
    of assert.h

cu
Robert
Index: native/jni/qt-peer/componentevent.cpp
===================================================================
RCS file: /cvsroot/classpath/classpath/native/jni/qt-peer/componentevent.cpp,v
retrieving revision 1.3
diff -u -r1.3 componentevent.cpp
--- native/jni/qt-peer/componentevent.cpp	23 Aug 2005 02:13:48 -0000	1.3
+++ native/jni/qt-peer/componentevent.cpp	6 Sep 2005 23:00:40 -0000
@@ -35,6 +35,7 @@
 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>
 
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to