LASH_Engine: Add missing include.

This commit is contained in:
Jonathan Moore Liles 2010-01-10 21:21:02 -06:00
parent c438036698
commit b7087b3132
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "TLE.H" // all this just for quit()
#include <FL/Fl.H>
#include <FL/filename.H>
extern TLE *tle;