src/ai/NoAI/NoAI.cpp
branchnoai
changeset 9722 ebf0ece7d8f6
parent 9668 6fe3d2cb9655
--- a/src/ai/NoAI/NoAI.cpp	Thu Nov 22 23:01:41 2007 +0000
+++ b/src/ai/NoAI/NoAI.cpp	Fri Nov 23 16:59:30 2007 +0000
@@ -2,6 +2,7 @@
 
 /** @file NoAI.cpp a simple C++ AI that will never be an AI */
 
+#include "../../stdafx.h"
 #include "NoAI.hpp"
 
 static FNoAI iFNoAI; ///< Tell the AI-core that we have an AI with which we like to play.