blob: ce46e3789e5a839c3da6352fa03c2cf30e68331c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- track/Strip_Track.cc.orig Thu Jun 12 11:06:34 2003
+++ track/Strip_Track.cc Thu Jul 24 01:29:20 2003
@@ -23,6 +23,7 @@
#include <GL/glu.h>
+#include <cassert>
#include <cmath>
#include <sstream>
|