From 3b2f9510cd916a591ec6e70da6958f8410f792c6 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Tue, 31 May 2011 22:25:53 -0400 Subject: [PATCH] Right, how'd I forget global.h in here?!? --- src/TimingSegments.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TimingSegments.cpp b/src/TimingSegments.cpp index 6208296cba..dc5149c41b 100644 --- a/src/TimingSegments.cpp +++ b/src/TimingSegments.cpp @@ -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;