missing assert
authorMatthias Braun <matze@braunis.de>
Mon, 2 May 2005 00:05:21 +0000 (00:05 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 2 May 2005 00:05:21 +0000 (00:05 +0000)
SVN-Revision: 2387

src/video/screen.cpp

index 3ddd9b3..8bc28c8 100644 (file)
@@ -23,6 +23,7 @@
 #include <cstdlib>
 #include <cstring>
 #include <cerrno>
+#include <assert.h>
 
 #include <unistd.h>