diff options
Diffstat (limited to 'libjava/classpath/native/jni/qt-peer/componentevent.cpp')
-rw-r--r-- | libjava/classpath/native/jni/qt-peer/componentevent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/classpath/native/jni/qt-peer/componentevent.cpp b/libjava/classpath/native/jni/qt-peer/componentevent.cpp index ff189e49e04..ae88af01929 100644 --- a/libjava/classpath/native/jni/qt-peer/componentevent.cpp +++ b/libjava/classpath/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> |