- missing include
authorRyan Flegel <rflegel@gmail.com>
Mon, 24 May 2004 21:29:11 +0000 (21:29 +0000)
committerRyan Flegel <rflegel@gmail.com>
Mon, 24 May 2004 21:29:11 +0000 (21:29 +0000)
SVN-Revision: 1313

src/camera.h

index e1de4a5..fd37ed9 100644 (file)
@@ -22,6 +22,7 @@
 #include "vector.h"
 #include "game_object.h"
 #include "serializable.h"
+#include <cassert>
 
 class LispReader;
 class Player;