From b7087b3132d58e68778d026b3d40d8cd240f7f0e Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sun, 10 Jan 2010 21:21:02 -0600 Subject: [PATCH] LASH_Engine: Add missing include. --- Timeline/LASH_Engine.C | 1 + 1 file changed, 1 insertion(+) diff --git a/Timeline/LASH_Engine.C b/Timeline/LASH_Engine.C index 2d91cf3..b3b4108 100644 --- a/Timeline/LASH_Engine.C +++ b/Timeline/LASH_Engine.C @@ -28,6 +28,7 @@ #include "TLE.H" // all this just for quit() #include +#include extern TLE *tle;