Right, how'd I forget global.h in here?!?

This commit is contained in:
Jason Felds
2011-05-31 22:25:53 -04:00
parent 69c03da032
commit 3b2f9510cd
+1
View File
@@ -1,3 +1,4 @@
#include "global.h"
#include "TimingSegments.h"
#define LTCOMPARE(x) if(this->x < other.x) return true; if(this->x > other.x) return false;