summaryrefslogtreecommitdiffstats
path: root/src/autostation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autostation.h')
-rw-r--r--src/autostation.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/autostation.h b/src/autostation.h
index fe5a795..d667337 100644
--- a/src/autostation.h
+++ b/src/autostation.h
@@ -12,12 +12,19 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// autostation.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// autostation.h
#ifndef _AUTOSTATION_H_
#define _AUTOSTATION_H_
+#include "auto.h"
+#include "misc.h"
+#include "d3denum.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CParticule;