diff -aur /home/fredrik//passepartout-0.2/src/pptout/docview.cc passepartout-0.2/src/pptout/docview.cc
--- /home/fredrik//passepartout-0.2/src/pptout/docview.cc	2003-06-16 20:33:37.000000000 +0200
+++ passepartout-0.2/src/pptout/docview.cc	2003-06-25 23:12:00.000000000 +0200
@@ -1,6 +1,7 @@
 ///
 // Copyright (C) 2002, 2003, Fredrik Arnerup & Rasmus Kaj, See COPYING
 ///
+#include <cassert>
 #include <string>
 #include <cstdlib>
 #include <gtkmm/style.h>
diff -aur /home/fredrik//passepartout-0.2/src/pptout/rasterframe.cc passepartout-0.2/src/pptout/rasterframe.cc
--- /home/fredrik//passepartout-0.2/src/pptout/rasterframe.cc	2003-05-16 21:39:35.000000000 +0200
+++ passepartout-0.2/src/pptout/rasterframe.cc	2003-06-25 23:10:37.000000000 +0200
@@ -2,6 +2,7 @@
 // Copyright (C) 2002, 2003, Fredrik Arnerup & Rasmus Kaj, See COPYING
 ///
 #include "rasterframe.h"
+#include <cassert>
 #include <util/stringutil.h>
 #include <util/filesys.h>
 #include <util/warning.h>
diff -aur /home/fredrik//passepartout-0.2/src/pptout/widget/filesel.cc passepartout-0.2/src/pptout/widget/filesel.cc
--- /home/fredrik//passepartout-0.2/src/pptout/widget/filesel.cc	2003-05-28 23:29:05.000000000 +0200
+++ passepartout-0.2/src/pptout/widget/filesel.cc	2003-06-25 23:12:33.000000000 +0200
@@ -2,6 +2,7 @@
 // Copyright (C) 2002, 2003, Fredrik Arnerup & Rasmus Kaj, See COPYING
 ///
 #include "filesel.h"
+#include <cassert>
 #include <util/stringutil.h>
 #include <util/warning.h>
 
diff -aur /home/fredrik//passepartout-0.2/src/xml2ps/xly.hh passepartout-0.2/src/xml2ps/xly.hh
--- /home/fredrik//passepartout-0.2/src/xml2ps/xly.hh	2003-03-28 20:53:23.000000000 +0100
+++ passepartout-0.2/src/xml2ps/xly.hh	2003-06-25 22:46:07.000000000 +0200
@@ -5,6 +5,7 @@
 #ifndef X2P_XLY
 #define X2P_XLY
 #include <glibmm/ustring.h>
+#include <cassert>
 #include <vector>
 #include <libxml++/libxml++.h>
 #include <fonts/fontinfo.hh>
