- added missing assert header
authorIngo Ruhnke <grumbel@gmx.de>
Sun, 30 May 2004 13:35:56 +0000 (13:35 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sun, 30 May 2004 13:35:56 +0000 (13:35 +0000)
SVN-Revision: 1363

src/screen/drawing_context.cpp

index c01d13f..efee7a5 100644 (file)
@@ -1,3 +1,4 @@
+#include <assert.h>
 #include "drawing_context.h"
 
 #include <iostream>