summaryrefslogtreecommitdiffstats
path: root/src/auto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auto.h')
-rw-r--r--src/auto.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/auto.h b/src/auto.h
index 1f13e5f..4cc9389 100644
--- a/src/auto.h
+++ b/src/auto.h
@@ -12,12 +12,17 @@
// * 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/.// auto.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// auto.h
#ifndef _AUTO_H_
#define _AUTO_H_
+#include "object.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CParticule;