summaryrefslogtreecommitdiffstats
path: root/src/autorepair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autorepair.h')
-rw-r--r--src/autorepair.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/autorepair.h b/src/autorepair.h
index 8eb0376..6f29930 100644
--- a/src/autorepair.h
+++ b/src/autorepair.h
@@ -14,10 +14,17 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
+// autorepair.h
+
#ifndef _AUTOREPAIR_H_
#define _AUTOREPAIR_H_
+#include "auto.h"
+#include "misc.h"
+#include "d3denum.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CParticule;