From 605e5c75bbbbcf95cf5d59a328feeb6da26eebc6 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Thu, 20 May 2010 16:02:20 +0000 Subject: [PATCH] Windows build fix This was SVN commit r7552. --- source/network/NetMessageSim.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/network/NetMessageSim.cpp b/source/network/NetMessageSim.cpp index f18aa76b7b..7214bf3eb8 100644 --- a/source/network/NetMessageSim.cpp +++ b/source/network/NetMessageSim.cpp @@ -15,6 +15,8 @@ * along with 0 A.D. If not, see . */ +#include "precompiled.h" + #include "NetMessage.h" #include "scriptinterface/ScriptInterface.h"