classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [FYI/Qt4Peer] build fix for componentevent.cpp


From: Robert Schuster
Subject: [cp-patches] [FYI/Qt4Peer] build fix for componentevent.cpp
Date: Wed, 07 Sep 2005 01:10:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.11) Gecko/20050830

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

2005-09-07  Robert Schuster  <address@hidden>

    * 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>
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]